Dear all,
I encountered the following problem. I am running multiple flowcharts at night and encounter the following error in the logs every morning:
"Uncaught Exception Spatie\Async\Output\ParallelError: "PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 131072 bytes) in /var/www/html/application/Espo/ORM/BaseEntity.php on line 1080
" at /var/www/html/vendor/spatie/async/src/Output/ParallelError.php line 11"
I have already increased the PHP memory limit to 512M in the "espocrm.ini" file in espocrm Docker container. When I run 'php -i | grep "memory_limt"' inside the container it indeed returns a memory_limit of 512M. Finally, when I look under adminstration -> system requirements I also see memory limit is 512M.
However, converting the number of 268435456 bytes mentioned in the error message to MB I get 256MB (Espo default I believe). Maybe I misunderstood something but can someone clarify this for me? Now I am not sure whether increasing the PHP memory limit actually worked.
The current EspoCRM version I am working in is 8.3.21 and running nginx.
Thanks in advance!
I encountered the following problem. I am running multiple flowcharts at night and encounter the following error in the logs every morning:
"Uncaught Exception Spatie\Async\Output\ParallelError: "PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 131072 bytes) in /var/www/html/application/Espo/ORM/BaseEntity.php on line 1080
" at /var/www/html/vendor/spatie/async/src/Output/ParallelError.php line 11"
I have already increased the PHP memory limit to 512M in the "espocrm.ini" file in espocrm Docker container. When I run 'php -i | grep "memory_limt"' inside the container it indeed returns a memory_limit of 512M. Finally, when I look under adminstration -> system requirements I also see memory limit is 512M.
However, converting the number of 268435456 bytes mentioned in the error message to MB I get 256MB (Espo default I believe). Maybe I misunderstood something but can someone clarify this for me? Now I am not sure whether increasing the PHP memory limit actually worked.
The current EspoCRM version I am working in is 8.3.21 and running nginx.
Thanks in advance!
Comment