Skip to content

Instantly share code, notes, and snippets.

@rraallvv
Last active November 2, 2018 12:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rraallvv/62e7be9054012906e37f56c0bf2f09ee to your computer and use it in GitHub Desktop.
Save rraallvv/62e7be9054012906e37f56c0bf2f09ee to your computer and use it in GitHub Desktop.
Enabling Cgroups on CentOS 7

Install packages to use Cgroups.

# yum -y install libcgroup libcgroup-tools
# systemctl start cgconfig 
# systemctl enable cgconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment