]> granicus.if.org Git - apache/commitdiff
Folloup on r1201158: New MaxMemFree was meant
authorRainer Jung <rjung@apache.org>
Sat, 12 Nov 2011 05:59:13 +0000 (05:59 +0000)
committerRainer Jung <rjung@apache.org>
Sat, 12 Nov 2011 05:59:13 +0000 (05:59 +0000)
to be 2048, not 4096.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201202 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index d393ba60837b619eeafe0e30f761d42d663353e0..6791cca96ba64207ee76408296cd156d33248c72 100644 (file)
@@ -147,7 +147,7 @@ int ap_graceful_shutdown_timeout;
 AP_DECLARE_DATA apr_uint32_t ap_max_mem_free;
 apr_size_t ap_thread_stacksize;
 
-#define ALLOCATOR_MAX_FREE_DEFAULT (4096*1024)
+#define ALLOCATOR_MAX_FREE_DEFAULT (2048*1024)
 
 /* Set defaults for config directives implemented here.  This is
  * called from core's pre-config hook, so MPMs which need to override