mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'pull-request/945'
* pull-request/945: Update zend_accelerator_hash.c hashmap sizes Wasted Shared Memory aboce 2Gb fix
This commit is contained in:
commit
dd15207dc5
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ typedef struct _zend_smm_shared_globals {
|
|||
/* Amount of free shared memory */
|
||||
size_t shared_free;
|
||||
/* Amount of shared memory allocated by garbage */
|
||||
int wasted_shared_memory;
|
||||
size_t wasted_shared_memory;
|
||||
/* No more shared memory flag */
|
||||
zend_bool memory_exhausted;
|
||||
/* Saved Shared Allocator State */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue