Allowed memory size exhausted #3090
Unanswered
Zubair-Iftikhar
asked this question in
Q&A
Replies: 1 comment
-
I would recommend using a bit more than 150mb, phpspreadsheet will always require memory to read the spreadsheet, even if using chunk reading. Also note that doing where's and create's use memory too. I would also recommend using bigger chunks and possibly using should queue so memory is reset after each chunk. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note: php.ini memory_limit = 150M
Working fine with 99 record. But with 45K record memory issue.i update memory_limit 128 to 150 but same issue..remember i'm using Chunk Reading..
Beta Was this translation helpful? Give feedback.
All reactions