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
  • Loading branch information
loicmathieu committed Jan 2, 2023
1 parent dfc0b63 commit 43157cb
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 43157cb

Please sign in to comment.