Re: [MSG Uncertified] Re: Ignite fails to allocate more memory then initially allocated when maxSize property provided in MemoryPolicyConfiguration

2017-08-11 Thread Siarhei Mironchyk
nite Users, email [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=16105&i=1> >> To unsubscribe from Apache Ignite Users, click here. >> NAML >> <http://apache-ignite-users.70518.x6.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=ins

Re: Ignite fails to allocate more memory then initially allocated when maxSize property provided in MemoryPolicyConfiguration

2017-08-10 Thread afedotov
Hi, Provided configuration works as expected on Ignite version 2.1. On my side, in this configuration, I got 3 memory segment allocations. Have you tried requesting cache.size() after populating the cache? Please provide the full configuration files so as I could check them. Kind regards, Alex.

Ignite fails to allocate more memory then initially allocated when maxSize property provided in MemoryPolicyConfiguration

2017-08-10 Thread smironchyk
Hi! I am trying to configure and test my custom memory policy for the simple 1 client - 1 server node topology. In order to do this I added memory configuration for my server node like this with 1GB_Region_Eviction memory policy configured.