Re: Offheap and max memory

2017-04-27 Thread Vyacheslav Daradur
ooks like documentation is misleading. > > Tried test program - > > - without setting offHeapMaxMemory, getOffHeapMaxMemory returns 0. > - Setting offHeapMaxMemory=-1, getOffHeapMaxMemory returns 0. > > Thanks, > -Sam > > > > > -- > View this message in contex

Re: Offheap and max memory

2017-04-26 Thread javastuff....@gmail.com
/Offheap-and-max-memory-tp12275p12277.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: Offheap and max memory

2017-04-26 Thread Vyacheslav Daradur
> } finally { > ignite.destroyCache(CACHE_NAME); > } > }/ > > Thanks, > -Sam > > > > -- > View this message in context: http://apache-ignite-users. > 70518.x6.nabble.com/Offheap-and-max-memory-tp12275.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. > -- Best Regards, Vyacheslav

Offheap and max memory

2017-04-26 Thread javastuff....@gmail.com
getOrCreateCache(cacheCfg)) { putGet(cache); putAllGetAll(cache); } finally { ignite.destroyCache(CACHE_NAME); } }/ Thanks, -Sam -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Offhea