[BUG] Increase php.ini memory_limit to 256M to avoid PHP OOM on /setup
This commit is contained in:
parent
534dfde63a
commit
6aa1174e96
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
memory_limit = 256M
|
||||||
upload_max_filesize = 100M
|
upload_max_filesize = 100M
|
||||||
post_max_size = 108M
|
post_max_size = 108M
|
||||||
max_input_vars = 5000
|
max_input_vars = 5000
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue