why garbage collection does not run automatically?
843811Mar 26 2004 — edited Mar 28 2004Hi.
I am having a problem with freeing allocated memory. The problem is that it is not run automatically and when I use a testcase and run System.gc() then I get a lot of free memory.
Why aren't temporary objects is not garbage collected automatically?