Browse Source

[PHP-FPM] Increase PHP memory limit for "cli" to 512M (#4010)

Timo Eissler 4 years ago
parent
commit
b6d1f78428
1 changed files with 1 additions and 0 deletions
  1. 1 0
      data/conf/phpfpm/php-conf.d/other.ini

+ 1 - 0
data/conf/phpfpm/php-conf.d/other.ini

@@ -1,2 +1,3 @@
 max_execution_time = 3600
 max_execution_time = 3600
 max_input_time = 3600
 max_input_time = 3600
+memory_limit = 512M