Commit d60abd0f authored by jkaberg's avatar jkaberg

bump (php) ram limit to 512MB

parent 7b5ebb09
......@@ -72,6 +72,7 @@ server {
fastcgi_param PHP_VALUE "upload_max_filesize = 16G";
fastcgi_param PHP_VALUE "post_max_size = 16G";
fastcgi_param PHP_VALUE "output_buffering = 16384";
fastcgi_param PHP_VALUE "memory_limit = 512M";
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment