Skip to content

Commit

Permalink
x86: config: Increase maximum number of CPUs to 512
Browse files Browse the repository at this point in the history
The default number is 64.
At a cloud environment, you may be assigned 128 or more
CPUs so that 64 is not enough.

Reported-by: Zhao Ou <zhaoou@uniontech.com>
Signed-off-by: WangYuli <wangyuli@uniontech.com>
  • Loading branch information
Avenger-285714 authored and MingcongBai committed Oct 23, 2024
1 parent c8ec3c2 commit 8562900
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/configs/deepin_x86_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ CONFIG_JAILHOUSE_GUEST=y
CONFIG_ACRN_GUEST=y
CONFIG_PROCESSOR_SELECT=y
CONFIG_GART_IOMMU=y
CONFIG_NR_CPUS=512
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_PERF_EVENTS_INTEL_RAPL=m
Expand Down

0 comments on commit 8562900

Please sign in to comment.