From a55eb3965e60e856f00bb346fed85117b8eea12e Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 17 Feb 2013 11:09:02 -0600 Subject: [PATCH] cgroups: remove comment about suspend for cpu_shares setting --- etc/rc.conf.Linux | 1 - 1 file changed, 1 deletion(-) diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 9b030a5f..7571f984 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -37,5 +37,4 @@ rc_tty_number=12 # This is the number of CPU shares a service is allowed to use. The # default value, set by the kernel, is 1024. # This requires CONFIG_FAIR_GROUP_SCHED to be set in the kernel. -# Also, this setting is not preserved if you suspend your computer. #rc_cgroup_cpu_shares=1024