> You have quite a bit of memory in your 'Old Generation'.  You need to
> determine what you're allocating that isn't being released.

Not true, see below.

> >         Heap Usage:
> >         PS Young Generation
> >         Eden Space:
> >            capacity = 10223616 (9.75MB)
> >            used     = 4748760 (4.528770446777344MB)
> >            free     = 5474856 (5.221229553222656MB)
> >            46.44892765925481% used

This is OK.

> >         From Space:
> >            capacity = 524288 (0.5MB)
> >            used     = 483360 (0.460968017578125MB)
> >            free     = 40928 (0.039031982421875MB)
> >            92.193603515625% used

Also normal.

> >         To Space:
> >            capacity = 9109504 (8.6875MB)
> >            used     = 0 (0.0MB)
> >            free     = 9109504 (8.6875MB)
> >            0.0% used

This is always 0, AFAIK.

> >         PS Old Generation
> >            capacity = 238616576 (227.5625MB)
> >            used     = 162772160 (155.23162841796875MB)
> >            free     = 75844416 (72.33087158203125MB)
> >            68.21494245227959% used

This is also NOT the cause of problems.

> >         PS Perm Generation
> >            capacity = 22675456 (21.625MB)
> >            used     = 22515408 (21.472366333007812MB)
> >            free     = 160048 (0.1526336669921875MB)
> >            99.2941795746026% used

Here is the failure. PermGen is getting exhausted.

Nix.




 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to