mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +00:00
Merge pull request #923 from devimc/topic/kernel/fixMaxCpus
kernel: use the maximum number of CPUs supported by KVM
This commit is contained in:
commit
8cf66ce86b
@ -3,3 +3,6 @@ CONFIG_X86_CPUID=y
|
|||||||
CONFIG_X86_MSR=y
|
CONFIG_X86_MSR=y
|
||||||
CONFIG_X86_X2APIC=y
|
CONFIG_X86_X2APIC=y
|
||||||
CONFIG_X86_VERBOSE_BOOTUP=y
|
CONFIG_X86_VERBOSE_BOOTUP=y
|
||||||
|
|
||||||
|
# Use the maximum number of CPUs supported by KVM (240)
|
||||||
|
CONFIG_NR_CPUS=240
|
||||||
|
@ -1 +1 @@
|
|||||||
63
|
64
|
||||||
|
Loading…
Reference in New Issue
Block a user