Skip to content

Commit 80b505a

Browse files
authored
Change CPU configuration limits to 64
1 parent 716e20b commit 80b505a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

configs/config-6.18.2-debian13

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -401,10 +401,10 @@ CONFIG_DMI=y
401401
CONFIG_GART_IOMMU=y
402402
CONFIG_BOOT_VESA_SUPPORT=y
403403
CONFIG_MAXSMP=y
404-
CONFIG_NR_CPUS_RANGE_BEGIN=8192
405-
CONFIG_NR_CPUS_RANGE_END=8192
406-
CONFIG_NR_CPUS_DEFAULT=8192
407-
CONFIG_NR_CPUS=8192
404+
CONFIG_NR_CPUS_RANGE_BEGIN=64
405+
CONFIG_NR_CPUS_RANGE_END=64
406+
CONFIG_NR_CPUS_DEFAULT=64
407+
CONFIG_NR_CPUS=64
408408
CONFIG_SCHED_MC_PRIO=y
409409
CONFIG_X86_LOCAL_APIC=y
410410
CONFIG_ACPI_MADT_WAKEUP=y

0 commit comments

Comments
 (0)