]> git.openstreetmap.org Git - chef.git/commitdiff
mediawiki: Increase soft memory limit
authorGrant Slater <git@firefishy.com>
Fri, 17 Aug 2018 09:55:46 +0000 (10:55 +0100)
committerGrant Slater <git@firefishy.com>
Fri, 17 Aug 2018 09:55:46 +0000 (10:55 +0100)
cookbooks/mediawiki/templates/default/apache.erb

index 3c8b4d7ac9ecc3a6ad8a86ab8ef6e444675df1b1..ab16ce428eeafd724aebbd1b4860e833c480fe48 100644 (file)
@@ -34,7 +34,7 @@
 
   php_admin_value open_basedir <%= @directory %>/:/usr/share/php/:/dev/null:/tmp/
   #php_admin_value disable_functions "exec,shell_exec,system,passthru,popen,proc_open"
 
   php_admin_value open_basedir <%= @directory %>/:/usr/share/php/:/dev/null:/tmp/
   #php_admin_value disable_functions "exec,shell_exec,system,passthru,popen,proc_open"
-  php_value memory_limit 128M
+  php_value memory_limit 368M
   php_value max_execution_time 240
   php_value upload_max_filesize 70M
   php_value post_max_size 100M
   php_value max_execution_time 240
   php_value upload_max_filesize 70M
   php_value post_max_size 100M