From 93fe82bef78bd94856718cad8b276439595e94c5 Mon Sep 17 00:00:00 2001 From: felegy Date: Wed, 17 Dec 2025 11:27:15 +0000 Subject: [PATCH] + ADD php.ini memory_limit --- config/php.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/config/php.ini b/config/php.ini index 398803c..490a39a 100644 --- a/config/php.ini +++ b/config/php.ini @@ -2,3 +2,4 @@ upload_max_filesize=1024M post_max_size=1024M max_execution_time=300 max_input_time=300 +memory_limit=32M