cgroup/files: support boot parameter to control if disable files cgroup
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I4G4S5 -------------------------------- When files cgroup is enabled, it's will leads syscall performance regression in UnixBench. Add a helper files_cgroup_enabled() and use it to control if use files cgroup, wen can use cgroup_disable=files in cmdline to disable files cgroup. syscall of UnixBench (large is better) enable files cgroup: 2868.5 disable files cgroup: 3177.0 disable config of files cgroup: 3186.5 Signed-off-by:Yang Yingliang <yangyingliang@huawei.com> Reviewed-by:
Tao Hou <houtao1@huawei.com> Signed-off-by:
Yang Yingliang <yangyingliang@huawei.com> Conflicts: Documentation/admin-guide/kernel-parameters.txt Signed-off-by:
Lu Jialin <lujialin4@huawei.com> Reviewed-by:
weiyang wang <wangweiyang2@huawei.com> Reviewed-by:
Hou Tao <houtao1@huawei.com> Signed-off-by:
Zheng Zengkai <zhengzengkai@huawei.com>
Loading
Please sign in to comment