Hi!
vtieu wrote > My question is how can I increase the Java heap memory when I run the > ignite.sh? Thanks. To do this you should run the ignite.sh script like this: ./ignite.sh -J-Xmx12g This command will set the maximum available heap memory to 12G (you can provide the value that fits your use case). Let us know if it helps. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Increase-Java-heap-space-for-Ignite-tp1768p1769.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
