Hi, By default, each Ignite instance grabs 80% of available memory on startup, that may be a cause the operating system to start swapping and slows everything down.
As you mentioned, you are trying to start 2 JVMs on same machine, so, it seems that you need to reduce memory size (it's a defaultMemoryPolicySize property). [1] https://apacheignite.readme.io/v2.1/docs/memory-configuration#memory-policies Thanks! -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/ignite-active-true-blocking-forever-tp16346p16364.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
