19 lines
864 B
INI
19 lines
864 B
INI
vm.heapsize.preferred = 4096
|
|
; --- Use Shenandoah Garbage Collector ---
|
|
vmarg.1 = -XX:+UnlockExperimentalVMOptions
|
|
vmarg.2 = -XX:+UseShenandoahGC
|
|
vmarg.3 = -XX:ShenandoahGCHeuristics=compact
|
|
vmarg.4 = -XX:ShenandoahAllocationThreshold=20
|
|
; --- Module exports ---
|
|
vmarg.5 = --add-exports=javafx.base/com.sun.javafx.event=ALL-UNNAMED
|
|
vmarg.6 = --add-exports=javafx.controls/com.sun.javafx.charts=ALL-UNNAMED
|
|
vmarg.7 = --add-opens=javafx.graphics/javafx.geometry=ALL-UNNAMED
|
|
vmarg.8 = --add-opens=javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED
|
|
vmarg.9 = --add-opens=javafx.graphics/com.sun.javafx.scene.traversal=ALL-UNNAMED
|
|
; --- Use portable preferences ---
|
|
vmarg.10 = -Dbinjr.portable=true
|
|
; --- Application Packaging ---
|
|
arg.1 = --packaging=WIN_ZIP
|
|
; --- System Plugins Path (absolute or relative to binjr-core.jar) ---
|
|
arg.2 = --system-plugins-path=../plugins
|