Skip to content

Commit

Permalink
enable jemalloc
Browse files Browse the repository at this point in the history
  • Loading branch information
shiqicao committed Nov 26, 2024
1 parent 7f6317a commit 5dbfdf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,15 @@ FROM debian:bookworm-slim AS runtime-base

RUN apt-get update && \
apt-get install -y --no-install-recommends \
ibjemalloc-dev \
curl \
ca-certificates \
procps \
&& \
rm -rf /var/lib/apt/lists/*

ENV LD_PRELOAD /usr/lib/x86_64-linux-gnu/libjemalloc.so

RUN adduser --uid 1000 --home /sui --gecos '' --disabled-password sui
WORKDIR /sui

Expand Down

0 comments on commit 5dbfdf1

Please sign in to comment.