aboutsummaryrefslogtreecommitdiff
path: root/lib/libmemstat/memstat.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2005-07-18 14:14:17 +0000
committerRobert Watson <rwatson@FreeBSD.org>2005-07-18 14:14:17 +0000
commit919bddddb66d69e6906e3a3e2691a7d38b83c02a (patch)
tree723f6a605310531e88cfef8cc6ec468f2d454d2d /lib/libmemstat/memstat.h
parent1404c3a4b87f21b33148e520ed889d1f8374ea37 (diff)
downloadsrc-919bddddb66d69e6906e3a3e2691a7d38b83c02a.tar.gz
src-919bddddb66d69e6906e3a3e2691a7d38b83c02a.zip
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
Notes
Notes: svn path=/head/; revision=148121
Diffstat (limited to 'lib/libmemstat/memstat.h')
-rw-r--r--lib/libmemstat/memstat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libmemstat/memstat.h b/lib/libmemstat/memstat.h
index 0743693376b2..262c4df982b1 100644
--- a/lib/libmemstat/memstat.h
+++ b/lib/libmemstat/memstat.h
@@ -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;