This is an automated email from the ASF dual-hosted git repository.
jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 9d20d7b87f NO-JIRA remove out-dated GC recommendation
9d20d7b87f is described below
commit 9d20d7b87fe08cd54dadfa898ef8e2ca944e4de9
Author: Justin Bertram <[email protected]>
AuthorDate: Mon Sep 19 14:43:49 2022 -0500
NO-JIRA remove out-dated GC recommendation
G1 is the recommended (and default) GC algorithm.
---
docs/user-manual/en/perf-tuning.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/docs/user-manual/en/perf-tuning.md
b/docs/user-manual/en/perf-tuning.md
index 5e1fdb7f72..1c86eb2485 100644
--- a/docs/user-manual/en/perf-tuning.md
+++ b/docs/user-manual/en/perf-tuning.md
@@ -186,10 +186,6 @@ We highly recommend you use the latest Java JVM for the
best performance. We
test internally using the Sun JVM, so some of these tunings won't apply to JDKs
from other providers (e.g. IBM or JRockit)
-- Garbage collection. For smooth server operation we recommend using a parallel
- garbage collection algorithm, e.g. using the JVM argument
- `-XX:+UseParallelOldGC` on Sun JDKs.
-
- Memory settings. Give as much memory as you can to the server. Apache
ActiveMQ Artemis can run in low memory by using paging (described in
[Paging](paging.md)) but if it can run with all queues in RAM this will
improve