Skip to content

Commit

Permalink
Remove outdated garbage collector information (#958)
Browse files Browse the repository at this point in the history
Fixes #957

(cherry picked from commit ad8f778)
  • Loading branch information
JackPGreen authored and GitHub Actions Bot committed Jan 16, 2024
1 parent 7778611 commit 6ad3a15
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/modules/troubleshoot/pages/remedies-for-alerts.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@ You can also enable GC logging settings as shown below in your JVM options confi
-XX:+PrintGCApplicationStoppedTime
----

Also, instead of the default Java 8 ParallelGC, it is recommended to switch to CMS GC,
since it ensures a good tradeoff between the operations throughput and GC pauses. For this,
add the following lines to your JVM options configuration file:

[source,plain]
----
-XX:CMSInitiatingOccupancyFraction=65
-XX:+UseParNewGC
-XX:+UseConcMarkSweepGC
----

You can use the following parameter to specify the location for the GC log file:

[source,plain]
Expand Down

0 comments on commit 6ad3a15

Please sign in to comment.