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
I use APCu to save memory for writing large workbook.
Setting apc.shm_size to 512M, and PHP memory_limit was 128M.
$pool = new \Cache\Adapter\Apcu\ApcuCachePool();
$simpleCache = new \Cache\Bridge\SimpleCache\SimpleCacheBridge($pool);
\PhpOffice\PhpSpreadsheet\Settings::setCache($simpleCache);
I got error below:
Allowed memory size of 134217728 bytes exhausted
apc.shm_size uses php memory_limit?
How can I save large file without changing php memory_limit?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I use APCu to save memory for writing large workbook.
Setting apc.shm_size to 512M, and PHP memory_limit was 128M.
I got error below:
apc.shm_size uses php memory_limit?
How can I save large file without changing php memory_limit?
Beta Was this translation helpful? Give feedback.
All reactions