Explorar el Código

increase php memory limit to 512M

ksieren hace 2 años
padre
commit
4fcaacd40b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -94,7 +94,7 @@ ENV client_max_body_size=2M \
     max_execution_time=0 \
     max_input_time=-1 \
     max_input_vars=1000 \
-    memory_limit=256M \
+    memory_limit=512M \
     post_max_size=8M \
     upload_max_filesize=2M \
     zlib.output_compression=On