The redborder-cgroups package provides tools and scripts for configuring cgroups in redborder environments.
To install redborder-cgroups, follow these steps:
-
Compile RPM package using redborder mock file or
yum install redborder-cgroups
(you will need redborder repo -> http://repo.redborder.com/) -
Install the package using the following command:
sudo rpm -i redborder-cgroups-<version>-<release>.noarch.rpm Replace <version> and <release> with the actual version and release numbers of the package.
-
After installation, the systemd service will be enabled
Create a file in /etc/cgroup.conf with the services in yaml format, for more info take a look at Cgroup Cookbook
Then start rb_configure_cgroup.sh
and it will reassign memory for each service
Or just check if the memory services need to be reconfigured with rb_check_cgroups.sh
Miguel Álvarez malvarez@redborder.com