Questions
- Which of the following statements is true?
A. You can safely use
podman
under cgroups Version 1 to set resource limits on rootless containers.B. You can safely use
podman
under cgroup Version 2 to set resource limits on rootless containers.C. You can't set resource limits on
podman
containers.D. No special privileges are required to set resource limits on rootless
podman
containers. - What is the difference between
MemoryMax
andMemoryHigh
?A.
MemoryMax
is a hard limit, andMemoryHigh
is a soft limit.B.
MemoryHigh
is a hard limit, andMemoryMax
is a soft limit.C. They both do the same thing.
D. Neither one does anything.
- Which of the following statements is true about delegation?
A. It's perfectly safe for both cgroups Version 1 and cgroup Version 2.
B. It's only safe for cgroups Version 1.
C. It's never safe to use delegation.
D. It's only safe for cgroup Version 2.
- What is the first step for converting a RHEL 8-type system to cgroup Version...