From f79afe3dcf384e299d01900d60989139cf96e0cf Mon Sep 17 00:00:00 2001 From: David Bomba Date: Thu, 18 Dec 2025 09:06:57 +1100 Subject: [PATCH] Set default memory limit --- octane/php/php.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/octane/php/php.ini b/octane/php/php.ini index fec5026..5c51d61 100644 --- a/octane/php/php.ini +++ b/octane/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