08-09-07 12:22 AM
Shameless plug for ITCAM for Web Resources or ITCAM for WebSphere to
monitor the applications and WAS.
Ben_ wrote:
>
> It's a good start that you realize it.
>
> An absolute figure means nothing without the specific context of the
> application and its needs.
>
> A well written application can very well run with as few as 64 MB of
> heap, while another (still well written) won't work with less than 1 GB.
>
> As Ken pointed, you can profile and see what are the largest objects and
> if they are not unduly allocated (static variables, collections, session
> objects, caches, etc).
>
> As a complementary measure, you can also activate verbosegc and review
> the output with GCCollector, to see over time if it slowly grows or if
> it's a temporary peak (the JVM won't release the native memory even when
> the heap usage is going down -- it's not a bug, it's a feature).
--
Jim Palistrant
IBM Tivoli WW Technical Evangelist/Enablement - ITCAM
[ Post a follow-up to this message ]
|