Skip to content

Commit d5d5f80

Browse files
committed
Use ZGC1
1 parent ed3fa69 commit d5d5f80

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Diff for: MAVGCL/package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
jlink --no-header-files --no-man-pages --compress=2 --strip-debug --add-modules java.se,jdk.httpserver,javafx.controls,javafx.fxml --output ./target/custom_jre --module-path ./jmods
44

5-
jpackage --input target/deploy/ --name MAVGAnalysis --main-jar MAVGCL-0.8.23.jar --main-class com.comino.flight.MainApp --type dmg --icon target/deploy/MAVGAnalysis.icns --runtime-image ./target/custom_jre --java-options '-Djava.library.path=./native -XX:+UnlockExperimentalVMOptions -Xmx4G'
5+
jpackage --input target/deploy/ --name MAVGAnalysis --main-jar MAVGCL-0.8.23.jar --main-class com.comino.flight.MainApp --type dmg --icon target/deploy/MAVGAnalysis.icns --runtime-image ./target/custom_jre --java-options '-Djava.library.path=./native -XX:+UnlockExperimentalVMOptions -XX:+UseZGC -Xmx8G -XX:ConcGCThreads=30'

Diff for: MAVGCL/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,11 @@
107107
<artifactId>javafx-swing</artifactId>
108108
<version>16</version>
109109
</dependency>
110+
<dependency>
111+
<groupId>org.openjfx</groupId>
112+
<artifactId>javafx-media</artifactId>
113+
<version>16</version>
114+
</dependency>
110115
</dependencies>
111116

112117
<build>

0 commit comments

Comments
 (0)