Hi,
I'm wondering if there's a way to force the garbage collector to run on a running java process (like Eclipse)?
I know how to run System.gc() in my own code, but I want to run it on a process that's already running, because programs like Eclipse start eating up a lot of memory if you leave them running for several weeks...
I'm wondering if there's a way to force the garbage collector to run on a running java process (like Eclipse)?
I know how to run System.gc() in my own code, but I want to run it on a process that's already running, because programs like Eclipse start eating up a lot of memory if you leave them running for several weeks...