From 3dd9899f465c532e9de1242d012f03ded17663d5 Mon Sep 17 00:00:00 2001 From: Jacob Bates Date: Tue, 2 Jan 2024 15:55:44 -0500 Subject: [PATCH] Increase memory limit to 800M. Fixes #905 --- build/nginx/php-custom.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/nginx/php-custom.ini b/build/nginx/php-custom.ini index e3cfe128..7c7de96e 100644 --- a/build/nginx/php-custom.ini +++ b/build/nginx/php-custom.ini @@ -1,2 +1,2 @@ max_execution_time = 180 -memory_limit = 500M +memory_limit = 800M