Commit e6e95ab5 authored by Rainer Jung's avatar Rainer Jung
Browse files

Folloup on r1201158: New MaxMemFree was meant

to be 2048, not 4096.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201202 13f79535-47bb-0310-9956-ffa450edef68
parent bd6bec01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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