More conservative memory limit.

This commit is contained in:
Greyscale 2020-03-17 15:58:56 +01:00
parent 4ec4cb3737
commit 87530dda94

View file

@ -71,7 +71,7 @@ ONBUILD RUN /usr/bin/install-report
FROM php-core AS php-nginx
ARG PHP_VERSION
ARG PHP_MEMORY_LIMIT=512M
ARG PHP_MEMORY_LIMIT=128M
ENV PHPFPM_MAX_CHILDREN=25
COPY php+nginx /conf