From 87530dda9477690736c195c8e0ce02a3f9cec2ee Mon Sep 17 00:00:00 2001 From: Matthew Baggett Date: Tue, 17 Mar 2020 15:58:56 +0100 Subject: [PATCH] More conservative memory limit. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b9092f9..25529b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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