mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-04 16:15:41 +00:00
add ability to set php-workers/servers/children
This commit is contained in:
@ -5,6 +5,10 @@ ENV UID=991 GID=991 \
|
||||
APC_SHM_SIZE=128M \
|
||||
OPCACHE_MEM_SIZE=128 \
|
||||
MEMORY_LIMIT=512M \
|
||||
PHP_MAX_CHILDREN=15 \
|
||||
PHP_START_SERVERS=2 \
|
||||
PHP_MIN_SPARE_SERVERS=1 \
|
||||
PHP_MAX_SPARE_SERVERS=6 \
|
||||
CRON_PERIOD=15m \
|
||||
CRON_MEMORY_LIMIT=1g \
|
||||
TZ=Etc/UTC \
|
||||
|
Reference in New Issue
Block a user