Ver Fonte

Set MALLOC_ARENA_MAX in Dockerfile

DarthSim há 6 anos atrás
pai
commit
456a1d790a
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -83,6 +83,7 @@ COPY --from=0 /usr/local/bin/imgproxy /usr/local/bin/
 COPY --from=0 /root/libs/* /usr/local/lib/
 
 ENV VIPS_WARNING=0
+ENV MALLOC_ARENA_MAX=4
 
 CMD ["imgproxy"]