From 32b9878d7e6e2effe65d7c125ccbf52d17d46651 Mon Sep 17 00:00:00 2001 From: Eric Rosas Date: Tue, 27 Aug 2024 17:00:52 -0700 Subject: [PATCH] Increased memory and timeouts Increased memory and timeouts --- php.ini-production | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.ini-production b/php.ini-production index 022be7f..86a5c8b 100644 --- a/php.ini-production +++ b/php.ini-production @@ -409,7 +409,7 @@ expose_php = On ; Maximum execution time of each script, in seconds ; https://php.net/max-execution-time ; Note: This directive is hardcoded to 0 for the CLI SAPI -max_execution_time = 120 +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 @@ -431,7 +431,7 @@ max_input_vars = 1500 ; Maximum amount of memory a script may consume ; https://php.net/memory-limit -memory_limit = 512M +memory_limit = 2G ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Error handling and logging ; @@ -879,7 +879,7 @@ allow_url_include = Off ; Default timeout for socket based streams (seconds) ; https://php.net/default-socket-timeout -default_socket_timeout = 60 +default_socket_timeout = 120 ; If your scripts have to deal with files from Macintosh systems, ; or you are running on a Mac and need to deal with files from