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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user