That is just java related. 
Tomcat has no upper limitations.

The maximal memory depends on the vm implementation.
You might try a newer version of the jdk or a jdk from a 
different vendor.

> -----Original Message-----
> From: Albrecht Marcus [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 21, 2004 2:54 PM
> To: [EMAIL PROTECTED]
> Subject: Max possible ram usage
> 

> My java options are
> JAVA_OPTS="-Xms512m -Xmx3072m"
>  
> The tomcat won't start with this options.
>  

> Error occurred during initialization of VM
> Could not reserve enough space for object heap"
>  
> If i lower the max value i get it running with a max of 1792 
> MB setting (JAVA_OPTS="-Xms512m -Xmx1792m").
>  
> Can anyone tell me the max ram size that tomcat/java can use?
> I have't found that information anywhere on the net or mailing lists.
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to