From adfa143861df26fce6d3e9384e6f38b0f1abc8d0 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 18 Dec 2025 09:07:30 +1100 Subject: [PATCH] Set default memory limit --- debian/php/php.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/php/php.ini b/debian/php/php.ini index 2defb8d..eb77682 100644 --- a/debian/php/php.ini +++ b/debian/php/php.ini @@ -2,6 +2,7 @@ ; https://www.php.net/manual/en/ini.core.php post_max_size=10M upload_max_filesize=10M +memory_limit=512M [opcache] ; https://www.php.net/manual/en/opcache.installation.php#opcache.installation.recommended