I deployed a symfony application on GCP usign App Engine, flex environement. I have a log message:
WARNING: [pool app] child 13 said into stderr: "NOTICE: PHP message: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /app/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 171"
The memory_limt of the app is set to -1 (ini_set("memory_limit","-1")
The same thing for the container in /opt/php72/lib/php.ini
root@root:/app# php -r "echo ini_get('memory_limit').PHP_EOL;"
-1
Please help, I am really stuck.