Skip to content

Commit bc3a16a

Browse files
committed
WIP - tune native build.
1 parent b33b9ce commit bc3a16a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ graalvmNative {
4242
}
4343
resources.autodetect()
4444
buildArgs(
45-
"-R:MaxHeapSize=100m",
45+
"-R:MaxHeapSize=512m",
46+
"-march=native",
4647
)
4748
}
4849
}

0 commit comments

Comments
 (0)