Tagged Questions
9
votes
11answers
3k views
How do I make sure my objects get garbage collected?
One of our programs is sometimes getting an OutOfMemory error on one user's machine, but of course not when I'm testing it. I just ran it with JProfiler (on a 10 day evaluation license because I've ...