This is an automated email from the ASF dual-hosted git repository.

sk0x50 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 2aaacdb9016 IGNITE-23390 Removed recommendation to disable GC (#11585)
2aaacdb9016 is described below

commit 2aaacdb90163e12d3353868352e17daa6d1084c7
Author: IgGusev <[email protected]>
AuthorDate: Mon Oct 14 12:29:48 2024 +0400

    IGNITE-23390 Removed recommendation to disable GC (#11585)
---
 docs/_docs/perf-and-troubleshooting/memory-tuning.adoc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/_docs/perf-and-troubleshooting/memory-tuning.adoc 
b/docs/_docs/perf-and-troubleshooting/memory-tuning.adoc
index e452b27233a..1741e3d490a 100644
--- a/docs/_docs/perf-and-troubleshooting/memory-tuning.adoc
+++ b/docs/_docs/perf-and-troubleshooting/memory-tuning.adoc
@@ -101,7 +101,6 @@ The settings below are a good starting point if 10GB heap 
is more than enough fo
 -XX:+AlwaysPreTouch
 -XX:+UseG1GC
 -XX:+ScavengeBeforeFullGC
--XX:+DisableExplicitGC
 ----
 
 If G1 does not work for you, consider using CMS collector and starting with 
the following settings.
@@ -119,7 +118,6 @@ Note that 10GB heap is used as an example and a smaller 
heap can be enough for y
 -XX:+CMSPermGenSweepingEnabled
 -XX:+ScavengeBeforeFullGC
 -XX:+CMSScavengeBeforeRemark
--XX:+DisableExplicitGC
 ----
 
 [NOTE]

Reply via email to