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:
commit
f0a9d9390b
1 changed files with 1 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
memory_limit = 256M
|
||||
upload_max_filesize = 100M
|
||||
post_max_size = 108M
|
||||
max_input_vars = 5000
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue