Contemporary servers sport now 480 CPUs or such. We should crank up the default amount of CPUs to a higher level to take advantage of this without having the distro to use 'max_phys_cpus' override.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> --- xen/include/asm-x86/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/asm-x86/config.h b/xen/include/asm-x86/config.h index 2fbd68d..d450696 100644 --- a/xen/include/asm-x86/config.h +++ b/xen/include/asm-x86/config.h @@ -64,7 +64,7 @@ #ifdef MAX_PHYS_CPUS #define NR_CPUS MAX_PHYS_CPUS #else -#define NR_CPUS 256 +#define NR_CPUS 512 #endif /* Linkage for x86 */ -- 2.1.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel