Skip to content

Commit

Permalink
Merge pull request #30126 from loicmathieu/doc-correction
Browse files Browse the repository at this point in the history
Update the performance guide with respect to Quarkus default GraalVM GC
  • Loading branch information
gsmet committed Jan 3, 2023
2 parents f927729 + 43157cb commit f6d00db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/src/main/asciidoc/performance-measure.adoc
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 f6d00db

Please sign in to comment.