Demo Questions:
Question No : 1
Which resource controls should you use to maximize consistency of CPU performance?
Select all that apply.
A. CPU share
B. CPU cap
C. RAM cap
D. Dedicated CPUs
E. Locked memory cap
Answer: A,B
Explanation:
A: project.cpu-shares
Number of CPU shares granted to this project for use with the fair share scheduler
B:project.cpu-cap
Absolute limit on the amount of CPU resources that can be consumed by a project. A value
of 100 means 100% of one CPU as the project.cpu-cap setting. A value of 125 is 125%,
because 100%...