Skip to content

Commit

Permalink
config-mpi: Increase NR_CPUS from 256 to 512
Browse files Browse the repository at this point in the history
Increase maximum number of CPUs, because we have reached the old limit
already.
  • Loading branch information
donald committed Sep 20, 2022
1 parent ec557b9 commit 8ea72db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-mpi
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ CONFIG_SLAB=y
CONFIG_SMP=y
CONFIG_X86_X2APIC=y
CONFIG_GART_IOMMU=y
CONFIG_NR_CPUS=256
CONFIG_NR_CPUS=512
CONFIG_X86_MCELOG_LEGACY=y
CONFIG_MICROCODE_AMD=y
CONFIG_X86_MSR=m
Expand Down

0 comments on commit 8ea72db

Please sign in to comment.