[BUG] Increase php.ini memory_limit to 256M to avoid PHP OOM on /setup

This commit is contained in:
fleischsalatinspace 2021-09-15 12:00:59 +02:00
parent 534dfde63a
commit 6aa1174e96

View file

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