mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-12 09:58:36 +00:00
Increase the number of CPUs to 32 to suit sun4v.
Reviewed by: rwatson@
This commit is contained in:
parent
108459221f
commit
6358aecacd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160695
@ -33,7 +33,7 @@
|
||||
* Number of CPU slots in library-internal data structures. This should be
|
||||
* at least the value of MAXCPU from param.h.
|
||||
*/
|
||||
#define MEMSTAT_MAXCPU 16
|
||||
#define MEMSTAT_MAXCPU 32
|
||||
|
||||
/*
|
||||
* Amount of caller data to maintain for each caller data slot. Applications
|
||||
|
Loading…
Reference in New Issue
Block a user