In my sample code i had a bit of a bug, this should be the line to add: var _ = ldr.AddData(id++,data);
However it doesnt appear to make any difference, this is the state of memory (with ignite.exe being my client executable). This is paused after insertion of 1 million rows, why is my client memory usage still so high? <http://apache-ignite-users.70518.x6.nabble.com/file/t2675/Untitled.png> If i comment out the AddData then i get: <http://apache-ignite-users.70518.x6.nabble.com/file/t2675/Untitled2.png> -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
