From 9181942e4fb0b25e02d51429e5f6a11b3c5d65b8 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sat, 3 Aug 2024 15:17:24 -0700 Subject: [PATCH] fixed php issue --- configuration.nix | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 3e608ad..4ec36d9 100755 --- a/configuration.nix +++ b/configuration.nix @@ -10,22 +10,19 @@ let extraConfig = '' display_errors = On display_startup_errors = On - max_execution_time = 3000 + max_execution_time = 10000 max_input_time = 3000 - memory_limit = 256MB; - max_input_vars = 3000 + memory_limit = 512MB; opcache.enable=1; opcache.memory_consumption=512; opcache_revalidate_freq = 240; opcache.max_accelerated_files=10000; - post_max_size = 4000MB; - upload_max_filesize = 4000MB; + post_max_size = 3G + upload_max_filesize = 3G opcache.interned_strings_buffer = 32 - apc.enable_cli=1 redis.session.locking_enabled=1 redis.session.lock_retries=-1 redis.session.lock_wait_time=10000 - ''; }; in