Explorar el Código

set memory_limit to unlimited

ksieren hace 3 años
padre
commit
c306c6626a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -93,7 +93,7 @@ ENV client_max_body_size=5M \
     max_execution_time=0 \
     max_execution_time=0 \
     max_input_time=-1 \
     max_input_time=-1 \
     max_input_vars=1000 \
     max_input_vars=1000 \
-    memory_limit=2G \
+    memory_limit=-1 \
     post_max_size=8M \
     post_max_size=8M \
     upload_max_filesize=5M \
     upload_max_filesize=5M \
     variables_order="EGPCS" \
     variables_order="EGPCS" \