Bump MEMSTAT_MAXCALLER to 16. memtop(8) seems to be able to happily

consume that many slots to track snapshot-to-snapshot changes and
running totals.  And 16 is a nice round number.

MFC after:	1 week
This commit is contained in:
Robert Watson 2005-07-18 14:14:17 +00:00
parent 1404c3a4b8
commit 919bddddb6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148121

View File

@ -41,7 +41,7 @@
* corrupting internal libmemstat(3) data structures. A compile time check
* in the application is probably appropriate.
*/
#define MEMSTAT_MAXCALLER 8
#define MEMSTAT_MAXCALLER 16
/*
* libmemstat(3) is able to extract memory data from different allocators;