libcgroup/config.patch
liuxu d10ce759cd fix config.patch
Signed-off-by: liuxu <liuxu156@huawei.com>
(cherry picked from commit 9a85b38ffe056971ab85cba631deb45c2d6fdd63)
2024-07-15 16:46:20 +08:00

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