add the flag
>-XX:+HeapDumpOnOutOfMemoryError
>when you get an OOM, it will dump a .hprof file, zip it up, and make it
>available to us (dont attach it to an email :)
>I can help you analyse it
>Filip
>Shapovalenko Daniil wrote:
>> Hello there!
>>
>>
>
Hello there!
I'm using Tomcat 6.0.16 with an extremely simple servlet.
The code of servlet is here (functions that doesn't mentioned here are
blank):
...
protected void doPost(HttpServletRequest request,
HttpServletResponse response) throws ServletException, IOException {