to be 2048, not 4096.
Backport of r1201202 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1201203 13f79535-47bb-0310-9956-
ffa450edef68
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