Celeb Glow
updates | March 18, 2026

What does it means: `cgroup_disable=memory` in my `dmesg`?

My dmesg command give me that result in particular:

[0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups

What does it meanings and how to know what I want around my 'memory cgroups' ?

1 Answer

cgroups (control groups) are used mainly by LXC (LinuX Containers) and its "memory cgroup" is for process group memory restriction. Unless you need this stuff it's better to disable this feature, since otherwise it consumes a part of RAM for its internal structures and CPU can be affected as well.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy