]> git.ipfire.org Git - thirdparty/apache/httpd.git/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)
commit62faca71e775e4b06c78946fd035bc7bc705bfe6
tree4724629d8a74aec43a45bd583815e3043f00d61b
parenta036054d5986a389adf411655eb4d14733bf5ccc
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