Skip to content

Commit

Permalink
Update native image metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Nov 20, 2023
1 parent dc27928 commit aa519ac
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Community
Args=-R:MaxHeapSize=16 -march=native
#Args=-R:MaxHeapSize=16 -march=native
# Oracle
#Args=-march=native --gc=G1
Args= \
-H:+UnlockExperimentalVMOptions \
-march=native \
--gc=G1 \
--enable-sbom \
--strict-image-heap \
--initialize-at-build-time=kotlin.SynchronizedLazyImpl \
--initialize-at-build-time=kotlin.UNINITIALIZED_VALUE \
--initialize-at-build-time=com.hexagonkt.core.ClasspathHandler$classLoader$2

0 comments on commit aa519ac

Please sign in to comment.