-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Linux Service Management Made Easy with systemd

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.
MemoryMax
and MemoryHigh
?A. MemoryMax
is a hard limit, and MemoryHigh
is a soft limit.
B. MemoryHigh
is a hard limit, and MemoryMax
is a soft limit.
C. They both do the same thing.
D. Neither one does anything.
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.