Re: jvm setting to turn off the Garbage collector

2016-10-27 Thread vkulichenko
Abhishek, There is no way to entirely disable GC. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/jvm-setting-to-turn-off-the-Garbage-collector-tp8508p8561.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Re: jvm setting to turn off the Garbage collector

2016-10-27 Thread Abhishek Jain
is? > > -Val > > > > -- > View this message in context: http://apache-ignite-users.705 > 18.x6.nabble.com/jvm-setting-to-turn-off-the-Garbage- > collector-tp8508p8520.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >

Re: jvm setting to turn off the Garbage collector

2016-10-26 Thread vkulichenko
Hi Abhishek, If you disable GC, you will run out of memory very quickly. Can you please clarify why you want to do this? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/jvm-setting-to-turn-off-the-Garbage-collector-tp8508p8520.html Sent from the Apache

jvm setting to turn off the Garbage collector

2016-10-26 Thread Abhishek Jain
Hi, Is there any specific setting to turn off the Garbage collector in JVM that is invoked from C++ application? Regards Abhishek