Choosing the right heap size
Hi,
I think it is fair to say that in order to tune an application, you need determine
1. the right heap size
2. the right garbage collection scheme
I think I can answer the item 1. You can run your application for period of time say couple of days without any interruption, i.e. shutting down the application server etc. and observer the heap usage. This should give you pretty good idea as to how the heap value should be size. Please correct me.
I don't know how to go about determining the item 2.I would appreciate if you help here.
Thanks in advance.
Mustafa

