Skip to content

Commit

Permalink
anolis: Kconfig: 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 3779a30 commit 222fdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ config FAIR_GROUP_SCHED
config GROUP_IDENTITY
bool "Group identity for SCHED_OTHER"
depends on (CGROUP_SCHED && 64BIT && SMP)
default CGROUP_SCHED
default n
help
This feature introduced identity for cgroup, including:
ID_NORMAL
Expand Down

0 comments on commit 222fdea

Please sign in to comment.