Skip to content

Commit

Permalink
docker: jemalloc: support 16 KB page size
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Apr 10, 2024
1 parent 9bfc135 commit 5c4c5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN JEMALLOC_BDIR=$(mktemp -d) && \
git clone --depth 1 https://github.com/jemalloc/jemalloc $JEMALLOC_BDIR && \
cd $JEMALLOC_BDIR && \
./autogen.sh && \
./configure && \
./configure --with-lg-page=14 && \
make -j$(nproc) && \
make install && \
rm -rf $JEMALLOC_BDIR
Expand Down

0 comments on commit 5c4c5cc

Please sign in to comment.