]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mediawiki/templates/default/apache.erb
mediawiki: Increase soft memory limit
[chef.git] / 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_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