Bump MAXCPU. We already run on hardware with 32 threads and the same hardware

is available commercially with up to 96 threads per socket.

MFC after:	3 weeks
This commit is contained in:
Nathan Whitehorn 2015-12-03 16:24:55 +00:00
parent bde2a921d4
commit 3bdf3d8569

View File

@ -69,7 +69,7 @@
#if defined(SMP) || defined(KLD_MODULE)
#ifndef MAXCPU
#define MAXCPU 32
#define MAXCPU 256
#endif
#else
#define MAXCPU 1