Skip to content

Commit

Permalink
Revert "use default page size for amd64"
Browse files Browse the repository at this point in the history
This reverts commit 2cc2767.
  • Loading branch information
wiedehopf committed Aug 29, 2024
1 parent 2cc2767 commit 4f31f7b
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 @@ -20,7 +20,7 @@ RUN JEMALLOC_BDIR=$(mktemp -d) && \
cd $JEMALLOC_BDIR && \
./autogen.sh && \
arch=$(dpkg --print-architecture) && \
if [[ $arch == amd64 ]]; then ./configure; \
if [[ $arch == amd64 ]]; then ./configure --with-lg-page=21 --with-lg-hugepage=21 --with-lg-quantum=6; \
elif [[ $arch == aarch64 ]]; then ./configure --with-lg-page=14; \
else ./configure; \
fi && \
Expand Down

0 comments on commit 4f31f7b

Please sign in to comment.