diff options
| author | John Birrell <jb@FreeBSD.org> | 2006-07-26 07:46:32 +0000 |
|---|---|---|
| committer | John Birrell <jb@FreeBSD.org> | 2006-07-26 07:46:32 +0000 |
| commit | 6358aecacd929d348ff9b1adeecc904ddaa590fb (patch) | |
| tree | 65b643201d7fe4f72d6df81d5d1afa9a72145f24 /lib/libmemstat | |
| parent | 108459221fff049c78586074534ae1980b96bad3 (diff) | |
Notes
Diffstat (limited to 'lib/libmemstat')
| -rw-r--r-- | lib/libmemstat/memstat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h index 904e77ef88af..703915ce62eb 100644 --- a/lib/libmemstat/memstat.h +++ b/lib/libmemstat/memstat.h @@ -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 |
