Increase php memory limit

This commit is contained in:
Arnie 2018-01-17 16:40:45 +01:00
parent 3adc15874c
commit 182343e995

View File

@ -1,3 +1,4 @@
post_max_size = 2000M post_max_size = 2000M
upload_max_filesize = 2000M upload_max_filesize = 2000M
memory_limit = 2000M
max_file_uploads = 20 max_file_uploads = 20