Skip to content

Commit 3e53078

Browse files
committed
deepin: arm64: decrease NR_CPUS to 1024
deepin inclusion category: performance CONFIG_NR_CPUS=4096 clearly over our all desktop/server/hpc users requirement, limit it to a possible value to more match cacheline and save memory. Signed-off-by: Wentao Guan <guanwentao@uniontech.com>
1 parent 36398b1 commit 3e53078

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/configs/deepin_arm64_desktop_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CONFIG_ARM64_VA_BITS_48=y
9797
CONFIG_SCHED_MC=y
9898
CONFIG_SCHED_CLUSTER=y
9999
CONFIG_SCHED_SMT=y
100-
CONFIG_NR_CPUS=4096
100+
CONFIG_NR_CPUS=1024
101101
CONFIG_NUMA=y
102102
CONFIG_HZ_1000=y
103103
CONFIG_XEN=y

0 commit comments

Comments
 (0)