aboutsummaryrefslogtreecommitdiff
path: root/manual/tunables.texi
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2022-08-04 10:24:47 +0200
committerFlorian Weimer <fweimer@redhat.com>2022-08-04 17:20:48 +0200
commit6c93af6b458031ebba5484bdc0029ad92720d51d (patch)
tree320c2c5493a373d81a6bd0525c3a23bd874db771 /manual/tunables.texi
parent3698f5a9dd4b98b3d88f61fceae8b6bb39c7db2b (diff)
downloadglibc-6c93af6b458031ebba5484bdc0029ad92720d51d.zip
glibc-6c93af6b458031ebba5484bdc0029ad92720d51d.tar.gz
glibc-6c93af6b458031ebba5484bdc0029ad92720d51d.tar.bz2
malloc: Correct the documentation of the top_pad default
DEFAULT_TOP_PAD is defined as 131072 in sysdeps/generic/malloc-machine.h.
Diffstat (limited to 'manual/tunables.texi')
-rw-r--r--manual/tunables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/tunables.texi b/manual/tunables.texi
index 83cdcda..ffd50a3 100644
--- a/manual/tunables.texi
+++ b/manual/tunables.texi
@@ -143,7 +143,7 @@ number of bytes to retain when shrinking any of the arenas. This provides the
necessary hysteresis in heap size such that excessive amounts of system calls
can be avoided.
-The default value of this tunable is @samp{0}.
+The default value of this tunable is @samp{131072} (128 KB).
@end deftp
@deftp Tunable glibc.malloc.perturb