Ilya, hi.
+1 from me. We should not worry about weird user actions. Direct calling
of GC looks unusual today. Suggestion of forced disabling manual
System.gc() looks useless.
14.05.2021 15:06, Ilya Korol пишет:
Hi, everyone.
There is a proposal to remove suggestion that user should disable
explicit GC calls in https://issues.apache.org/jira/browse/IGNITE-14720.
Nowadays people usually don't use this facility directly without huge
need (at least we hope so), so this suggestion doesn't bring much
profit, but instead could lead to potential problems with reclaiming
memory used by direct memory buffers.
I'm going to fix this.
Is there any objections (suggestions)?