Questions
- Your computer has six CPU cores. What would Vicky's
CPUQuota
setting be if you want to limit her to only 16.66% for each CPU core?A. 16.66%
B. 33.00%
C. 100%
D. 200%
- According to the
systemd.resource-control
man page, which of the following directives represents the most modern way of limiting someone's memory usage?A.
MemoryLimit
B.
MemoryMax
C.
LimitMemory
D.
MaxMemory
- What does the
--runtime
option forsystemctl set-property
do?A. It makes the new setting permanent.
B. Nothing, because it's already the default behavior.
C. It makes the new setting temporary.
D. It makes the command run faster.
- Which of the following is true about CPU load averages?
A. Machines with more CPU cores can handle higher CPU load averages.
B. CPU load averages have nothing to do with how many CPU cores a machine has.
C. Excessive memory usage won't cause CPU load averages to go too high.
D. High CPU load averages have no effect on any machine.