Hello, As I mentioned above, Ignite Native Persistence creates a dedicated file on the file system for every partition that this node is either a primary or backup.
Well, I guess that you are running two Ignite nodes on the same physical machine. The replicated cache has 512 partitions by default. In that case, number of file handles is approximately equal - 2 (nodes) * 30 (caches) * 512 (partitions) = 30720 Thanks! -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
