diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-17 11:09:02 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-02-17 11:09:02 -0600 |
commit | a55eb3965e60e856f00bb346fed85117b8eea12e (patch) | |
tree | 9499b89e38d971b2edbdfe4b8015daa02b6bd9c0 /etc | |
parent | 89bb04a01a2d0b71c56c918961f32fe8e80d8234 (diff) |
cgroups: remove comment about suspend for cpu_shares setting
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf.Linux | 1 |
1 files changed, 0 insertions, 1 deletions
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 |