> I then start the program with 
> java -Xms145M -Xmx160M test
> 
> If I understand this correctly, the initial heap size should be 145 megs. 
> However, looking at my processes, there is only about 7200K allocated for the 
> program. Why doesn't it start out at 145? That is the same behaviour I'm 
> seeing on the Win2K machine with Tomcat. It ignores the initial heap size I'm 
> specifying and starts around 16MB, and then dies around 78.

Assuming you are getting the 7200k from Windoze task manager, the main
problem is that this tool is inaccurate at best. About the most you can
use it for is relative memory useage - increase your -Xms param and see
if it at least changes your memory (not conclusive, but could at least
tell you that you are changing something!)

drfish


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to