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
For instance we execute a PHP Symfony command cache:clear at the end of the deployment of a Symfony app. But at some point it may fail due to the lack of memory. We actually limit the PHP memory to 196 MiB at this point of the deployment. It is possible to customize it in the composer.json .extra.paas.php-config but we should probably stop limiting the memory here.
For instance we execute a PHP Symfony command
cache:clear
at the end of the deployment of a Symfony app. But at some point it may fail due to the lack of memory. We actually limit the PHP memory to 196 MiB at this point of the deployment. It is possible to customize it in the composer.json.extra.paas.php-config
but we should probably stop limiting the memory here.Reported by a customer here: https://app.intercom.com/a/apps/w4oogu7s/inbox/inbox/conversation/12375700069446
The text was updated successfully, but these errors were encountered: