14 lines
546 B
Diff
14 lines
546 B
Diff
|
|
--- libcgroup-3.1.0/samples/config/cgconfig.sysconfig.orig 2019-12-19 11:25:25.547000000 +0800
|
||
|
|
+++ libcgroup-3.1.0/samples/config/cgconfig.sysconfig 2019-12-19 11:26:01.142000000 +0800
|
||
|
|
@@ -5,8 +5,5 @@
|
||
|
|
# controller to limit cpu.shares of this default group and allowing some more
|
||
|
|
# important group take most of the CPU.
|
||
|
|
#
|
||
|
|
-# By default, create these groups:
|
||
|
|
-CREATE_DEFAULT=yes
|
||
|
|
-
|
||
|
|
-# Uncomment following line to disable creation of the default group on startup:
|
||
|
|
-# CREATE_DEFAULT=no
|
||
|
|
+# By default, do not create these groups:
|
||
|
|
+CREATE_DEFAULT=no
|