Ian Shef wrote:
> apiccirilli@[EMAIL PROTECTED]
wrote in news:1158779800.453216.194170
> @[EMAIL PROTECTED]
>
>> Hi all -
>>
>> I've scoured the internet for this and can't find any helpful
>> information. Is there any way for the JVM to display the default
>> maximum heap size on a system? I can't seem to figure out what it is
>> using as its maximum value, if I don't manually override it with -Xmx.
>>
>> Any help would be really appreciated.
>>
>> Thanks -
>>
>> Aaron
>>
>>
>
> The javadocs are your friend! It is documented in the javadoc for the
tool
> "java".
>
> For Windows, see:
> http://java.sun.com/j2se/1.5.0/docs/tooldocs/windows/java.html
> For Linux and Solaris, see:
> http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html
>
>
> If you don't believe the javadocs and have to see it for yourself...
> With JDK version 1.5, you can use jconsole (also in the tool javadocs)
to
> provide the current and maximum heap size of a running VM.
>
>
>
If you want to monitor look at jconsole.exe
It resides your Java's install bin subdirectory.:
--
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.phpnet.us
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)


|