Vladimir Pligin created IGNITE-14720:
----------------------------------------
Summary: Remove warning about disabling explicit GC
Key: IGNITE-14720
URL: https://issues.apache.org/jira/browse/IGNITE-14720
Project: Ignite
Issue Type: Improvement
Reporter: Vladimir Pligin
Right now we suggest the following
{{}}
{code:java}
INFO: ^-- Disable processing of calls to System.gc() (add
'-XX:+DisableExplicitGC' to JVM options){code}
{{}}
It does not make sense anymore (people don't call gc() when not needed) and may
actually prevent JVM from reclaiming heap and the failing due to running out of
direct memory buffers.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)