This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Is there a way to increase Garbage collection cycles frequency in CCS V6?

I want to know if there is a way to increase the frequency of garbage collection cycles in the CCS V6. I am asking this question to solve the problem of "JVM heap low detected". The thread for that question is as follows:-

Thanks,
m r
  • I was hunting around and saw this article:
    lostincoding.blogspot.com/2015/03/decrease-your-java-ide-lagging-by-fine.html

    That article talks about decreasing the frequency of GC but I suppose your could try implementing the reverse and see if that helps...

    ki