docker
docker copied to clipboard
php Memory limit issue while running as www-data in Docker Cron
https://github.com/nextcloud/docker/issues/1413
Shouldn't memory_limit be the same as the one set in php config?
In my case by running /bin/sh -c 'php -i' | grep memory_limit it is 512MB
You can already use the PHP_MEMORY_LIMIT env to set a custom limit.