Damus
webfan profile picture
webfan
Error Message from worker:
PHP Fatal error: Allowed memory size of 4294967296 bytes exhausted (tried to allocate 2145386528 bytes) in /../vendor/guzzlehttp/psr7/src/Utils.php on line 91


Thats a big amount of memory?
With
ini_set("memory_limit","4096M");


at the beginning of worker.php that is not enough?
What can I do, e.g. to get the job consuming so much memory?