Skip to content

Commit

Permalink
anolis: configs: Disable group identity by default
Browse files Browse the repository at this point in the history
ANBZ: torvalds#271

As group identity modified some logics of the mainline, the performence
will degrade if the task is not in mixed deployment scenario. In order
to avoid unnecessary overhead, group identity will be disabled by default.

Signed-off-by: Cruz Zhao <CruzZhao@linux.alibaba.com>
Reviewed-by: Shile Zhang <shile.zhang@linux.alibaba.com>
Acked-by: Michael Wang <yun.wang@linux.alibaba.com>
  • Loading branch information
Cruz Zhao authored and shiloong committed Mar 25, 2022
1 parent 222fdea commit 6ef3d59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/configs/anolis-debug_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_GROUP_IDENTITY=y
# CONFIG_GROUP_IDENTITY is not set
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/configs/anolis_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_GROUP_IDENTITY=y
# CONFIG_GROUP_IDENTITY is not set
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/configs/anolis-debug_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_GROUP_IDENTITY=y
# CONFIG_GROUP_IDENTITY is not set
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/configs/anolis_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ CONFIG_BLK_CGROUP=y
CONFIG_CGROUP_WRITEBACK=y
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_GROUP_IDENTITY=y
# CONFIG_GROUP_IDENTITY is not set
CONFIG_CFS_BANDWIDTH=y
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_CGROUP_PIDS=y
Expand Down

0 comments on commit 6ef3d59

Please sign in to comment.