You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Shravan Shashikant <s0...@unix.tamu.edu> on 2001/04/24 07:26:01 UTC

Memory buildup on Tomcat JVM

Hi there,
  Was wondering whether you guys had a similar problem as I have been
having.A servlet code has hashtables and vectors in it and I do alot of
assignment for these vectors/hashtables in the code..around 1000 vector
elemtns and 100 hs elemnts.i clean it up after execution and set them to
null,but my memory for the java vm starts around 9k when the code starts
executing and at the end of its at around 24K(chked it out in the task
manager)..basically it doesnt seem to cause much trouble but was wondering
what the problem is and if it can be rectified..
Thanks and Regards,
Shravan