You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* pr/40175:
Polish "Refine Efficient Deployments section in the reference guide"
Refine Efficient Deployments section in the reference guide
Closesgh-40175
This is actually faster on startup (depending on the size of the jar) than running from an unexploded archive.
27
26
After startup, you should not expect any differences.
28
27
29
28
TIP: Run `java -Djarmode=tools -jar my-app.jar help extract` to see all possible options.
30
29
31
30
31
+
[[deployment.efficient.cds]]
32
+
== Optimize Startup Time with CDS
33
+
34
+
Class Data Sharing (CDS) is a https://docs.oracle.com/en/java/javase/17/vm/class-data-sharing.html[JVM feature] that can help reduce the startup time and memory footprint of Java applications.
35
+
36
+
To use it, you should first perform a training run on your application in exploded form:
0 commit comments