You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Pligin (Jira)" <ji...@apache.org> on 2021/05/14 11:30:00 UTC

[jira] [Updated] (IGNITE-14720) Remove warning about disabling explicit GC

     [ https://issues.apache.org/jira/browse/IGNITE-14720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Pligin updated IGNITE-14720:
-------------------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Major
>
> 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)