的
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user