Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
authorclaudio <claudio@openbsd.org>
Fri, 14 Sep 2018 13:58:20 +0000 (13:58 +0000)
committerclaudio <claudio@openbsd.org>
Fri, 14 Sep 2018 13:58:20 +0000 (13:58 +0000)
commit965127f80578c0400be53e4188190c636e97095a
treea8343127bae53d7c3f3386257948297e195f27a1
parent08409b0c5147968fec9b0ecba7b5b625c28873bd
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@
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