1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 15:12:39 +02:00

Increased Zend MM cache size

This commit is contained in:
Dmitry Stogov
2008-01-24 12:21:32 +00:00
parent 5a00207c6d
commit 2fd21da895

View File

@@ -390,7 +390,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