Skip to content

Commit

Permalink
Merge pull request #32655 from ynojima/patch-6
Browse files Browse the repository at this point in the history
Correct a minor error in native-reference.adoc
  • Loading branch information
gsmet authored Apr 15, 2023
2 parents e9c5730 + 86e2a82 commit eec80b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/native-reference.adoc
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ This means that GraalVM’s adaptive GC policy tries to aggressively trigger GCs
Up to version 2.13, Quarkus used the “space/time” GC collection policy by default,
but starting with version 2.14, it switched to using the “adaptive” policy instead.
The reason why Quarkus initially chose to use "space/time" is because at that time it had considerable performance improvements over "adaptive".
Recent performance experiments, however, indicate that the "space/time" policy can result in worse out-of-the-box experience compared to the "space/time" policy,
Recent performance experiments, however, indicate that the "space/time" policy can result in worse out-of-the-box experience compared to the "adaptive" policy,
while at the same time the benefits it used to offer have diminished considerably after improvements made to the "adaptive" policy.
As a result, the "adaptive" policy appears to be the best option for most, if not all, Quarkus applications.
Full details on this switch can be read in link:https://github.com/quarkusio/quarkus/issues/28267[this issue].

0 comments on commit eec80b8

Please sign in to comment.