Skip to content

Commit

Permalink
Update the performance guide with respect to Quarkus default GraalVM GC
Browse files Browse the repository at this point in the history
(cherry picked from commit 43157cb)
  • Loading branch information
loicmathieu authored and gsmet committed Jan 4, 2023
1 parent 651e710 commit b84956f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/src/main/asciidoc/performance-measure.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -224,13 +224,6 @@ all services it's able to find on the classpath.

We prefer listing services explicitly as it produces better optimised binaries. Disable it as well by setting `-H:-UseServiceLoaderFeature`.

=== Better default for Garbage Collection implementation

The default in GraalVM seems meant to optimise for short-lived processes.

Quarkus defaults to server applications, so we switch to a better default by setting
`-H:InitialCollectionPolicy=com.oracle.svm.core.genscavenge.CollectionPolicy$BySpaceAndTime`.

=== Others ...

This section is provided as high level guidance, but can't presume to be comprehensive as some flags are controlled
Expand Down

0 comments on commit b84956f

Please sign in to comment.