]> granicus.if.org Git - apache/commit
Add a new directive: MaxMemFree. MaxMemFree makes it possible
authorSander Striker <striker@apache.org>
Thu, 4 Jul 2002 15:20:54 +0000 (15:20 +0000)
committerSander Striker <striker@apache.org>
Thu, 4 Jul 2002 15:20:54 +0000 (15:20 +0000)
commit17c9ae225b17f8a085bef3a2c55e57067413cd21
tree4724629d8a74aec43a45bd583815e3043f00d61b
parentb5c7bef81eb89f5dfc44b1855e1e04b97d57a1da
Add a new directive: MaxMemFree.  MaxMemFree makes it possible
to configure the maximum amount of memory the allocators will
hold on to for reuse.  Anything over the MaxMemFree threshold
will be free()d.  This directive is usefull when uncommon large
peaks occur in memory usage.  It should _not_ be used to mask
defective modules' memory use.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95954 13f79535-47bb-0310-9956-ffa450edef68
15 files changed:
CHANGES
server/core.c
server/mpm/beos/beos.c
server/mpm/beos/mpm.h
server/mpm/experimental/leader/leader.c
server/mpm/experimental/leader/mpm.h
server/mpm/experimental/threadpool/mpm.h
server/mpm/experimental/threadpool/threadpool.c
server/mpm/netware/mpm.h
server/mpm/netware/mpm_netware.c
server/mpm/prefork/mpm.h
server/mpm/prefork/prefork.c
server/mpm/worker/mpm.h
server/mpm/worker/worker.c
server/mpm_common.c