Browse Source

Increase peak memory

monkeyless 6 years ago
parent
commit
983172bc0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/docker/php.ini

+ 1 - 1
contrib/docker/php.ini

@@ -1,5 +1,5 @@
 file_uploads = On
-memory_limit = 64M
+memory_limit = 128M
 upload_max_filesize = 64M
 post_max_size = 64M
 max_execution_time = 600