We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cfcdf commit 641fd70Copy full SHA for 641fd70
Dockerfile
@@ -76,7 +76,7 @@ RUN echo Verifying install ...; \
76
RUN useradd -d /home/container -m container
77
78
USER container
79
-ENV USER=container HOME=/home/container LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libmimalloc.so.2.0
+ENV USER=container HOME=/home/container LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libmimalloc.so.2.0 MIMALLOC_LARGE_OS_PAGES=1
80
WORKDIR /home/container
81
82
COPY /entrypoint.sh /entrypoint.sh
0 commit comments