Skip to content

Commit

Permalink
64k -> 16k
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Apr 10, 2022
1 parent 190959a commit ed66491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ if [ $OS = "darwin" ]; then
DYN_EXT='dylib'

if [ $ARCH = "aarch64" ]; then
# Configure jemalloc to use 64k pages for Apple Silicon
export JEMALLOC_SYS_WITH_LG_PAGE=16
# Configure jemalloc to use 16k pages for Apple Silicon
export JEMALLOC_SYS_WITH_LG_PAGE=14
fi

command -v ninja >/dev/null || brew install ninja
Expand Down

0 comments on commit ed66491

Please sign in to comment.