Unless you really do know everything there is to know about memory
and Garbage Collection in Java, I would recommend reading through
the following document. It describes in detail how the initial and
maximum memory values affect Java performance and also goes into
detail about what can be done to improve that performance for a
given application.
|