fix: increase default php memory limit
This commit is contained in:
parent
7f9e54516b
commit
2710b2a7bb
2 changed files with 2 additions and 2 deletions
|
|
@ -7,4 +7,4 @@ ignore_repeated_source = On
|
|||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-512M}
|
||||
|
|
|
|||
|
|
@ -7,4 +7,4 @@ ignore_repeated_source = On
|
|||
|
||||
upload_max_filesize = 256M
|
||||
post_max_size = 256M
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-256M}
|
||||
memory_limit = ${PHP_MEMORY_LIMIT:-512M}
|
||||
|
|
|
|||
Loading…
Reference in a new issue