You can stick this code in somewhere:
Runtime r = Runtime.getRuntime();
System.out.println("Free Memory: " + r.freeMemory());
System.out.println("Total Memory: " + r.totalMemory());
If your settings are taking effect you will see the results accordingly.
On Jan 4, 2005, at 2:42 PM, joon yoo wrote:
Yes
On Tue, 04 Jan 2005 16:40:33 -0500, Ben Souther <[EMAIL PROTECTED]>
wrote:
Are you running Tomcat as a Windows Service?
\
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Mufaddal Khumri