From 80d3928b0d13f09a9c1e82bd27c9fff943d84d43 Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Tue, 6 Oct 2015 15:02:28 -0500 Subject: cgroups: Add the hugetlb, net_cls and pids controllers Note from WilliamH: I slightly rearranged the code and added the settings in rc.conf. X-Gentoo-Bug: 555488 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=555488 --- etc/rc.conf.Linux | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'etc') diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index a8ad58b1..f04f96ef 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -62,12 +62,21 @@ rc_tty_number=12 # Set the devices controller settings for this service. #rc_cgroup_devices="" +# Set the hugetlb controller settings for this service. +#rc_cgroup_hugetlb="" + # Set the memory controller settings for this service. #rc_cgroup_memory="" +# Set the net_cls controller settings for this service. +#rc_cgroup_net_cls="" + # Set the net_prio controller settings for this service. #rc_cgroup_net_prio="" +# Set the pids controller settings for this service. +#rc_cgroup_pids="" + # Set this to YES if yu want all of the processes in a service's cgroup # killed when the service is stopped or restarted. # This should not be set globally because it kills all of the service's -- cgit v1.2.3