Sfoglia il codice sorgente

increase memory_limit

ksieren 3 anni fa
parent
commit
473b742083
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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