01-19-04 07:48 PM
As a rule of thumb, the server should not spend more than 15% of the time
doing GC. The calculation is as follows:
% time spent in GC = (Avg. GC duration) / (Avg. GC duration + Avg. interval
between GC)
Try increasing the -Xms value to make GCs less frequent.
--
Thank you,
Bibhas Bhattacharya
--
Web Age Solutions Inc.
WebSphere and WebLogic Training and Consulting Services
www.webagesolutions.com
"Matt Fleming" <xagloel02@sneakemail.com> wrote in message
news:brntj3$640c$1@news.boulder.ibm.com...quote:
> Hey everyone,
>
> What type of garbage collection patterns are you seeing on your production
> systems? Has anyone experimented and determined what the optimal pattern
> should be? We are seeing major GCs about every 6 minutes.. during that
timequote:
> the db connections spike, response times get larger, etc.. We have
> configured the servers so that they use as much memory as possible (before
> paging) but maybe performance (as a whole) would be better to configure a
> smaller amount of memory with more frequent GCs? We currently allocate
> ~1.7G of RAM on each app server and have about 70 req/sec load (as
reportedquote:
> by the web container pool). Anyone have any data to share?
>
> -Matt
>
>
[ Post a follow-up to this message ]
|