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 98436eb commit 6021e90Copy full SHA for 6021e90
dockerfiles/products/tiflash/Dockerfile
@@ -2,4 +2,7 @@ ARG BASE_IMG=ghcr.io/pingcap-qe/bases/tiflash-base:v1.9.2
2
FROM $BASE_IMG
3
ENV LD_LIBRARY_PATH /tiflash
4
COPY tiflash /tiflash
5
+# Enable jemalloc profiling, inactive by default.
6
+# See https://jemalloc.net/jemalloc.3.html for details.
7
+ENV MALLOC_CONF="prof:true,prof_active:false"
8
ENTRYPOINT ["/tiflash/tiflash", "server"]
0 commit comments