From: Jeff Trawick Date: Tue, 16 Jul 2002 14:42:35 +0000 (+0000) Subject: AIX: Apache is slightly faster with this malloc setting X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=177fa80f6a4a25c74da01edf647eb6824e5e746d;p=apache AIX: Apache is slightly faster with this malloc setting git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96079 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 7d38cbf6d4..5aef2e7ee8 100644 --- a/configure.in +++ b/configure.in @@ -306,6 +306,7 @@ case $host in OS_SPECIFIC_VARS="$OS_SPECIFIC_VARS ; AIXTHREAD_COND_DEBUG=OFF ; export AIXTHREAD_COND_DEBUG" OS_SPECIFIC_VARS="$OS_SPECIFIC_VARS ; SPINLOOPTIME=1000 ; export SPINLOOPTIME" OS_SPECIFIC_VARS="$OS_SPECIFIC_VARS ; YIELDLOOPTIME=8 ; export YIELDLOOPTIME" + OS_SPECIFIC_VARS="$OS_SPECIFIC_VARS ; MALLOCMULTIHEAP=considersize,heaps:8 ; export MALLOCMULTIHEAP" ;; *os390*) OS_SPECIFIC_VARS="export _CEE_RUNOPTS=\"STACK(,,ANY)\" ; export _EDC_ADD_ERRNO2=1"