Skip to content

Commit cd9b19f

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 caaba8d commit cd9b19f

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
@@ -96,7 +96,7 @@ CONFIG_ARCH_VISCONTI=y
9696
CONFIG_ARCH_XGENE=y
9797
CONFIG_ARCH_ZYNQMP=y
9898
CONFIG_ARM64_VA_BITS_48=y
99-
CONFIG_NR_CPUS=4096
99+
CONFIG_NR_CPUS=1024
100100
CONFIG_NUMA=y
101101
CONFIG_HZ_1000=y
102102
CONFIG_XEN=y

0 commit comments

Comments
 (0)