From 8611e371dbce6062d801a0470f6c593b243869c6 Mon Sep 17 00:00:00 2001 From: Matlab Pipeline User Date: Wed, 15 Jun 2022 11:33:05 -0400 Subject: [PATCH] Raise size limit for cached files --- system/core/Output.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/core/Output.php b/system/core/Output.php index 05ace919..e1ac0d3b 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -15,6 +15,8 @@ // ------------------------------------------------------------------------ +ini_set("memory_limit","300M"); + /** * Output Class *