Increase PHP memory limit to 1GB

This commit is contained in:
Joey Hafner 2022-04-25 22:38:47 -07:00
parent 13bea19108
commit 95ca274094

View File

@ -3,3 +3,4 @@
date.timezone = America/Los_Angeles
upload_max_filesize = 4G
post_max_size = 4G
memory_limit = 1G