Sun J2SE 1.4.2 max heap size  
Author Message
jcasqueiro





PostPosted: 2003-10-8 0:02:00 Top

java-programmer, Sun J2SE 1.4.2 max heap size Hi there !

Can anyone confirm what is the max heap size for the VM in Sun's J2SE
1.4.2 SDK (for windows 64b Itanium 2) ?

In the documentation it is mentioned that for Solaris we have a 64b
address space but I couldn't find anything regarding wintel 64b and I
would like to confirm.

Thanks/Brgds
Joao
 
Ike





PostPosted: 2003-10-8 2:10:00 Top

java-programmer >> Sun J2SE 1.4.2 max heap size If you are speaking about the plugin, I believe it is 96 (on Wintel), but
you can up to it with the -Xmx option. For example, under Wintel, to up it
to 256:
control-panel
java 2 plugin
addvanced tab
and under "java runtime parameters:"
-Xmx256m

//Ike

"J Casqueiro" <email***@***.com> wrote in message
news:email***@***.com...
> Hi there !
>
> Can anyone confirm what is the max heap size for the VM in Sun's J2SE
> 1.4.2 SDK (for windows 64b Itanium 2) ?
>
> In the documentation it is mentioned that for Solaris we have a 64b
> address space but I couldn't find anything regarding wintel 64b and I
> would like to confirm.
>
> Thanks/Brgds
> Joao


 
Skippy





PostPosted: 2003-10-8 7:41:00 Top

java-programmer >> Sun J2SE 1.4.2 max heap size > Can anyone confirm what is the max heap size for the VM in Sun's J2SE
> 1.4.2 SDK (for windows 64b Itanium 2) ?
>
> In the documentation it is mentioned that for Solaris we have a 64b
> address space but I couldn't find anything regarding wintel 64b and I
> would like to confirm.

Maybe this helps:

http://java.sun.com/j2se/1.4.2/1.4.2_whitepaper.html#11

IA64 64-bit for Windows and Linux
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
With the release of J2SE platform version 1.4.2 comes a new addition to the
platforms supported by the HotSpot JVM. Full 64-bit support for the Intel
IA-64 architecture and the Itanium family of processors is a major addition
for the J2SE platform, and is a strong example of Sun's continued focus on
enterprise and network computing.

With a new port to IA-64 comes the opportunity to leverage past work with
the 64-bit version of the Java virtual machine for the SolarisTM Operating
System (SPARC?Platform Edition) ensuring delivery of a reliable, scalable,
high performing, and highly competitive 64-bit version of the JVM machine.



 
 
jcasqueiro





PostPosted: 2003-10-8 18:51:00 Top

java-programmer >> Sun J2SE 1.4.2 max heap size Guys,
Thank you all for the info.
Brgds
Joao