bump (php) ram limit to 512MB
This commit is contained in:
parent
7b5ebb093f
commit
d60abd0f92
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ server {
|
||||||
fastcgi_param PHP_VALUE "upload_max_filesize = 16G";
|
fastcgi_param PHP_VALUE "upload_max_filesize = 16G";
|
||||||
fastcgi_param PHP_VALUE "post_max_size = 16G";
|
fastcgi_param PHP_VALUE "post_max_size = 16G";
|
||||||
fastcgi_param PHP_VALUE "output_buffering = 16384";
|
fastcgi_param PHP_VALUE "output_buffering = 16384";
|
||||||
|
fastcgi_param PHP_VALUE "memory_limit = 512M";
|
||||||
|
|
||||||
include fastcgi_params;
|
include fastcgi_params;
|
||||||
fastcgi_param SCRIPT_FILENAME $document_root$1;
|
fastcgi_param SCRIPT_FILENAME $document_root$1;
|
||||||
|
|
Loading…
Reference in a new issue