Skip to content

Commit

Permalink
Support 64K page sizes (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Dec 8, 2023
1 parent 3b72c31 commit 0be5ae9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ RUN \
&& cd /usr/src/jemalloc \
&& git checkout ${JEMALLOC_VERSION} \
&& ./autogen.sh \
--with-lg-page=16 \
&& make -j "$(nproc)" \
&& make install \
\
Expand Down

0 comments on commit 0be5ae9

Please sign in to comment.