Replies: 1 comment
-
You probably need to either restart php-fpm or reload your worker when you change the php ini setting. |
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
-
Hello,
Whenever I do a queue'd import with chunkSize and batchSize both set to 1000 I recieve the following error:
Unhandled error Symfony\Component\ErrorHandler\Error\FatalError: Allowed memory size of 536870912 bytes exhausted (tried to allocate 300747173 bytes) Location vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx.php:380 - [main]
It doesn't matter if I change the php_ini memory nor when I increase the queue workers memory size the allowed memory size is always
536870912
.Where should I look or change the settings for the ReadChunk memory limit to be increased?
Best regards,
Fredrik
Beta Was this translation helpful? Give feedback.
All reactions