[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Table Garbage Collection
- From: "Taj Khattra" <taj.khattra@...>
- Date: Thu, 23 Nov 2006 10:58:13 -0800
On 11/23/06, Rici Lake <lua@ricilake.net> wrote:
See mallopt() for details (there's no manpage for it in the Linux system I
have access to right now, but it is documented on the glibc info pages
at
http://www.gnu.org/software/libc/manual/html_node/Malloc-Tunable-Parameters.html
btw, these options can also be set using environment variables
MALLOC_MMAP_MAX_, MALLOC_MMAP_THRESHOLD_ and MALLOC_TRIM_THRESHOLD_,
which can be useful when used in combination with strace.