I have a Java Servlet application running on my web server. It seems to be chewing up memory faster than the garbage collector can give it back.
Would running the System.gc() method periodically be a good solution, or is there a better solution out there?
Thanks for any help you can provide.
Would running the System.gc() method periodically be a good solution, or is there a better solution out there?
Thanks for any help you can provide.