Skip to content

Commit

Permalink
set max page size for arm builds to 64K
Browse files Browse the repository at this point in the history
  • Loading branch information
micossow committed Dec 17, 2024
1 parent 0e40b0d commit 70c475c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ lazy val nativeServer: Project = (project in file("native-server"))
"-H:IncludeResources=.*\\.properties",
"-H:+ReportExceptionStackTraces",
"-H:-ThrowUnsafeOffsetErrors",
"$(uname -m | grep -Eiq 'arm|aarch64' && echo \"-H:PageSize=64K\")",
s"-H:Name=$binaryName",
"--enable-http",
"--enable-https",
Expand Down

0 comments on commit 70c475c

Please sign in to comment.