Which is the best way of determining an apt heap size when starting up the server ? Do we set the initial size and max size to be equal or the initial size to be zero and max size to be some max size or else initial heap size to be some value between zero and max size(Also, how do determine the apt value here) ?
Jim Baiter
Ranch Hand
Joined: Jan 05, 2001
Posts: 532
posted
0
Take a look at this link: JVM execution [This message has been edited by Jim Baiter (edited March 13, 2001).] [This message has been edited by Jim Baiter (edited March 13, 2001).]
Swapan Golla
Ranch Hand
Joined: May 31, 2000
Posts: 32
posted
0
I have already looked into the weblogic docs but just wanted to know the experiences of anybody who had this kind of optimizing situation and could share their insights. Thanks for responding. With Regards, Swapan.