mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Wasted Shared Memory aboce 2Gb fix
This commit is contained in:
parent
eb6fb71e55
commit
9995452583
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