On 23/11/2010 11:02, amitruwali wrote:
> 
> In one of our internet applications we are getting the heap memory
> consumption of almost 1.3 GB for org.apache.jasper.util.Entry object during
> analyzing the heap dump via eclipse memory analyzer
> tool. 
> 
> Now internally this object is pointing to one of our jsp's. The reference is
> as follows:
> 
> org.apache.jasper.util.Entry -> content -> jspURI -> value =
> /custom/company.jsp
> 
> The total number of objects of this class is 60,000.
> Could you please indicate from the Tomcat perspective - when are the objects
> of this class created and under what scenarios would heap usage be to this
> high level?

There is no such class in any current Tomcat version. Since you haven't
told us which version you are using, there is little more we can do to help.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to