Hi, Val! Please take a look to java.nio.Bits.reserveMemory (jdk8). In this method you can see explicit call of System.gc()
вс, 16 мая 2021 г., 01:22 Valentin Kulichenko <valentin.kuliche...@gmail.com >: > Hi Ilya, > > Out of curiosity - what are the potential problems with memory buffers that > you're referring to? > > -Val > > On Fri, May 14, 2021 at 5:06 AM Ilya Korol <llivezk...@gmail.com> wrote: > > > 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)? > > > > >