You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix apc_sma_get_avail_size() to look for a contiguous block of memory
apc_sma_get_avail_size() is used by apc_cache_default_expunge() to check
if enough memory is available to store the next cache entry. Therefore,
it is not enough to check the total amount of available memory. The
memory must be available in one contiguous block.
0 commit comments