Why my IDE eclipse is consuming too much memory? Even though I followed some optimizations posted here
The big problem is the JVM don't give back memory to O.S, even that i use G1 GC.
The Java process is consuming about 2GB memory, but the committed memory of JVM is much smaller. This kind of behavior is only perceived after a long period running the IDE. Memory consumption is always increasing while using Eclipse, why does this happen?