Explorar o código

Set MALLOC_ARENA_MAX in Dockerfile

DarthSim %!s(int64=6) %!d(string=hai) anos
pai
achega
456a1d790a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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"]