diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-16 16:05:54 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-16 16:11:33 -0600 |
commit | 405dfea7ad054f0767c0dda87b18398a7ec626b9 (patch) | |
tree | 5f973ae43d50dff0a65a4573f1425c0418a58479 /etc/rc.conf.Linux | |
parent | 1831e433a03fa0e6c5be6b6a87af4550688f1c49 (diff) |
cgroups: document kernel requirement for cpu controller settings
Diffstat (limited to 'etc/rc.conf.Linux')
-rw-r--r-- | etc/rc.conf.Linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index cb24b897..9b030a5f 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -36,5 +36,6 @@ 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 |