On Tue, Nov 01, 2022 at 05:03:25PM +0000, Accardi, Kristen C wrote: > So to be clear, if I have this: > > /sys/fs/cgroup/misc.capacity > some_res 10 > > and this: > /sys/fs/cgroup/test > > test.current will never be allowed to exceed 10. Yes, but test.max can be whatever. So, the resources themselves can't be over-committed. The max limits (ie. the promises) can be. Thanks. -- tejun