RE: Servlet takes up too much memory that is never released

2010-02-19 Thread Joseph Morgan
I doubt this is due to code-size actually causing this, and suspect the servlet is filling up memory with data. Can you check the servlet code for a large data load and optimize that loading per request? -Original Message- From: Torsten [mailto:twisted2...@yahoo.de] Sent: Friday,

Re: Servlet takes up too much memory that is never released

2010-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Torsten, On 2/19/2010 10:13 AM, Torsten wrote: I have a HTTPServlet that takes up a lot of memory. The servlet is initialized when its web page is opened for the first time. Then, memory consumption of the tomcat process rises by up to 400MB. This