CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/09/14 07:58:20
Modified files:
sys/arch/alpha/include: param.h
sys/arch/arm/include: param.h
sys/arch/arm64/include: param.h
sys/arch/hppa/include: param.h
sys/arch/m88k/include: param.h
sys/arch/mips64/include: param.h
sys/arch/powerpc/include: param.h
sys/arch/sh/include: param.h
sys/arch/sparc64/include: param.h
Log message:
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
4MB which is far too low especially when the platform is able to run MP.
New limits are, amd64 = 256M; arm64, mips64, sparc64 = 64M; alpha, arm,
hppa, i386, powerpc = 32M; m88k, sh = 8M
Still rather conservative numbers but much better than before. At least
some hangs of arm64 build boxes was caused by this.
OK kettenis@, visa@