docker icon indicating copy to clipboard operation
docker copied to clipboard

php Memory limit issue while running as www-data in Docker Cron

Open mynksh opened this issue 3 years ago • 1 comments

https://github.com/nextcloud/docker/issues/1413

mynksh avatar Jul 08 '22 13:07 mynksh

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

adripo avatar Jul 10 '22 00:07 adripo

You can already use the PHP_MEMORY_LIMIT env to set a custom limit.

J0WI avatar Feb 08 '23 15:02 J0WI