fix: increase default php memory limit

This commit is contained in:
Andras Bacsai
2025-01-07 10:36:01 +01:00
parent 7f9e54516b
commit 2710b2a7bb
2 changed files with 2 additions and 2 deletions

View File

@@ -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}

View File

@@ -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}