fix: increase default php memory limit
This commit is contained in:
@@ -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}
|
||||
|
Reference in New Issue
Block a user