From 8f6bb1efebca7f03bdefb079e4b2eea25a346341 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 12 Mar 2012 00:27:23 +0000 Subject: [PATCH] PR52877, MaxMemFree text no longer matches 2.4.x+ default of 2048. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1299497 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 2 +- docs/manual/mod/mpm_common.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 1ac543ea74..4c3be05167 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -292,7 +292,7 @@ to hold without calling free()

The MaxMemFree directive sets the maximum number of free Kbytes that every allocator is allowed to hold without calling free(). In threaded MPMs, every - thread has its own allocator. When not set, or when set + thread has its own allocator. When set to zero, the threshold will be set to unlimited.

diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index e979555795..bcabd39b07 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -337,7 +337,7 @@ to hold without calling free()

The MaxMemFree directive sets the maximum number of free Kbytes that every allocator is allowed to hold without calling free(). In threaded MPMs, every - thread has its own allocator. When not set, or when set + thread has its own allocator. When set to zero, the threshold will be set to unlimited.

-- 2.50.1