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-Tag: 2.0.40~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44e64172257a10e62a1ea5b73b347469b594ada5;p=thirdparty%2Fapache%2Fhttpd.git 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 7d38cbf6d47..5aef2e7ee87 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"