Merge pull request #4 from fleischsalatinspace/fix-php-oom-on-setup

[BUG] Increase php.ini memory_limit to 256M to avoid PHP OOM on /setup
This commit is contained in:
Sam 2021-09-16 09:00:20 +12:00 committed by GitHub
commit f0a9d9390b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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