From b7e915eb9590f329867bf564d66c2acfeb4401c4 Mon Sep 17 00:00:00 2001 From: Karl Cordes Date: Thu, 11 Jul 2019 16:59:59 +1000 Subject: [PATCH] Increase execution time on php.ini --- conf/php.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/php.ini b/conf/php.ini index e8d4b05f..15a17b3c 100644 --- a/conf/php.ini +++ b/conf/php.ini @@ -437,7 +437,7 @@ expose_php = On ; Maximum execution time of each script, in seconds ; http://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI -max_execution_time = 30 +max_execution_time = 300 ; Maximum amount of time each script may spend parsing request data. It's a good ; idea to limit this time on productions servers in order to eliminate unexpectedly @@ -455,7 +455,7 @@ max_input_time = 60 ; Maximum amount of memory a script may consume (128MB) ; http://php.net/memory-limit -memory_limit = 256M +memory_limit = 512M ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ;