We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2765e4 commit a5f98a4Copy full SHA for a5f98a4
Dockerfile
@@ -48,4 +48,7 @@ RUN apt-get update && \
48
rm -rf /tmp/build && \
49
apt-get clean
50
51
+ENV LD_PRELOAD="libjemalloc.so.2"
52
+ENV MALLOC_CONF="dirty_decay_ms:0,muzzy_decay_ms:0,narenas:2,background_thread:true,thp:never"
53
+
54
WORKDIR /
0 commit comments