Add CRON_MEMORY_LIMIT (#116)

This commit is contained in:
Lorenz Brun
2017-02-15 15:12:09 +01:00
committed by Wonderfall
parent 319ca5b4a3
commit 4d8fa9ed40
4 changed files with 4 additions and 1 deletions

View File

@ -10,6 +10,7 @@ ENV UID=991 GID=991 \
OPCACHE_MEM_SIZE=128 \
REDIS_MAX_MEMORY=64mb \
CRON_PERIOD=15m \
CRON_MEMORY_LIMIT=1g \
TZ=Etc/UTC \
DB_TYPE=sqlite3 \
ADMIN_USER=admin \