From: Dmitry Stogov Date: Thu, 24 Jan 2008 12:21:48 +0000 (+0000) Subject: Increased Zend MM cache size X-Git-Tag: RELEASE_2_0_0a1~793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c6f61118d5f83237d0ba202c7b8beeae4750ee3;p=php Increased Zend MM cache size --- diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c index 7bee37ed15..326dcc73f8 100644 --- a/Zend/zend_alloc.c +++ b/Zend/zend_alloc.c @@ -410,7 +410,7 @@ typedef struct _zend_mm_free_block { #define ZEND_MM_NUM_BUCKETS (sizeof(size_t) << 3) #define ZEND_MM_CACHE 1 -#define ZEND_MM_CACHE_SIZE (ZEND_MM_NUM_BUCKETS * 2 * 1024) +#define ZEND_MM_CACHE_SIZE (ZEND_MM_NUM_BUCKETS * 4 * 1024) #ifndef ZEND_MM_CACHE_STAT # define ZEND_MM_CACHE_STAT 0