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 af5d0dc commit 85d6a26Copy full SHA for 85d6a26
installer/Dockerfile-base
@@ -42,6 +42,7 @@ ENV PATH=/opt/py3/bin:$PATH \
42
REDIS_PASSWORD=Password123@redis \
43
LANG=en_US.UTF-8 \
44
PYTHONUNBUFFERED=1 \
45
+ LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libjemalloc.so.2 \
46
MAXKB_CONFIG_TYPE=ENV \
47
MAXKB_LOG_LEVEL=INFO \
48
MAXKB_SANDBOX=1 \
0 commit comments