mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-23 19:05:37 +00:00
kernel: limit number of CPUs to 128
128 CPUs seems plenty for now and it allows for the debug kernels to boot on Hyper-V without modifications. It may also have the added benefit of reducing some data structures allocated per CPU (in particular for Debug kernels). Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
6dedd93cb3
commit
d3b065090e
@ -442,8 +442,8 @@ CONFIG_DMI=y
|
||||
# CONFIG_CALGARY_IOMMU is not set
|
||||
CONFIG_SWIOTLB=y
|
||||
CONFIG_IOMMU_HELPER=y
|
||||
CONFIG_MAXSMP=y
|
||||
CONFIG_NR_CPUS=8192
|
||||
# CONFIG_MAXSMP is not set
|
||||
CONFIG_NR_CPUS=128
|
||||
# CONFIG_SCHED_SMT is not set
|
||||
CONFIG_SCHED_MC=y
|
||||
# CONFIG_PREEMPT_NONE is not set
|
||||
|
Loading…
Reference in New Issue
Block a user