This is an automated email from the ASF dual-hosted git repository.
alexpl 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 fd67579 IGNITE-15513 Fix performance suggestion URL to legacy
documentation - Fixes #9438.
fd67579 is described below
commit fd67579b9c183c7eb8cb1ab51cb3533003279fe4
Author: anton kholodkov <[email protected]>
AuthorDate: Tue Sep 28 08:58:16 2021 +0300
IGNITE-15513 Fix performance suggestion URL to legacy documentation - Fixes
#9438.
Signed-off-by: Aleksey Plekhanov <[email protected]>
---
.../apache/ignite/internal/suggestions/GridPerformanceSuggestions.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java
b/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java
index e814d51..26e9b2c 100644
---
a/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java
+++
b/modules/core/src/main/java/org/apache/ignite/internal/suggestions/GridPerformanceSuggestions.java
@@ -34,7 +34,7 @@ import static
org.apache.ignite.IgniteSystemProperties.IGNITE_PERFORMANCE_SUGGES
*/
public class GridPerformanceSuggestions {
/** Link to article about Ignite performance tuning */
- private static final String SUGGESTIONS_LINK =
"https://apacheignite.readme.io/docs/jvm-and-system-tuning";
+ private static final String SUGGESTIONS_LINK =
"https://ignite.apache.org/docs/latest/perf-and-troubleshooting/memory-tuning";
/** */
private static final boolean disabled =
Boolean.getBoolean(IGNITE_PERFORMANCE_SUGGESTIONS_DISABLED);