]> git.hoellein.online Git - homeserver/commitdiff
daily autocommit
authormhoellein <mhoellein@freenet.de>
Thu, 23 Dec 2021 23:11:57 +0000 (00:11 +0100)
committermhoellein <mhoellein@freenet.de>
Thu, 23 Dec 2021 23:11:57 +0000 (00:11 +0100)
php/5.6/apache2/php.ini
php/7.1/apache2/php.ini
php/7.2/apache2/php.ini
php/7.2/cli/php.ini
php/7.2/fpm/php.ini

index 0e0dc56bb29ded05904af1aed65fa943bf678a1f..901d78592443c1fc6b69017d149590b8aa4c8dc6 100644 (file)
@@ -389,7 +389,7 @@ max_input_time = 60
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit
-memory_limit = 128M
+memory_limit = 512M
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;
index cce0728d89f06c10944330a8cab21e8b928c17c1..e5dfeabc59587cd7ff9aa5b5b3b54873598428b1 100644 (file)
@@ -401,7 +401,7 @@ max_input_time = 60
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit
-memory_limit = 128M
+memory_limit = 512M
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;
index 2fab5c7ffdc7095d6460efcd09946b5ad9760236..230a682c52e1d769ffe0a64a7b868ac604f4d310 100644 (file)
@@ -404,7 +404,7 @@ max_input_time = 60
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit
-memory_limit = 128M
+memory_limit = 640M
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;
index 6de10d0f3d4e884ea082fd8e04cfc6e0e4d6258a..0a1e7424547c6fd5b72f0ffcc726e9bac824fd7e 100644 (file)
@@ -403,7 +403,7 @@ max_input_time = 60
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit
-memory_limit = -1
+memory_limit = 512M 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;
index 2d38116daeb0cceae750ea609012ac49d0242d42..0c5dfed305a61baf0fe141a4914233dfd0daaeef 100644 (file)
@@ -398,7 +398,7 @@ max_input_time = 60
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit
-memory_limit = 128M
+memory_limit = 512M
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
 ; Error handling and logging ;