Also remember that for each thread created on the JVM it will create a thread 
on the OS.

We had that problem and now our servers are running with 1408 MB of memory but 
with the IBM JDK 1.5.
Here are some settings

-Xrs
-server
-XX:SurvivorRatio=8
-XX:PermSize=128
-Xmn128m

Initial memory 1408mb
Max memory 1408mb
Trhead stack size 128kb

I don't know about Java 16 yet but these settings are working really good.


-----Original Message-----
From: alvaro tovar [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 16, 2007 4:41 PM
To: Tomcat Users List
Subject: Re: About Using memory JVM and Tomcat

Christopher Schultz say.

 Most 32-bit JVMs can't actually give you 3GB of heap space.
You'll probably be limited to somewhere between 1.5 - 2.0GB. If you have a 
64-bit processor and OS, go with a 64-bit JVM and then you can get /lots/ of 
memory.

On 7/16/07, [EMAIL PROTECTED] < [EMAIL PROTECTED]>
wrote:
>
> Hi!
>
> What the maximum value size to:
>
> -Xms
> -Xmx
> -ms
> -mx
> -XX:MaxPermSize
>
> To SUN JVM jdk 1.5.0.11 in the server with 3GB RAM.
>
> Im my case for exemplo:
> -Xms1024m -Xmx1024m -ms1024m -mx1024m -XX:MaxPermSize=400m
>
> To bigger value then 1024m Tomcat crash with message:
>
> Do Any documentation to correct configuration?
>
> Sorry for my english :-(
>
> --
> Att,
>
> Silvio Cesar L. dos Santos
> Analista de Redes Pleno
> DTI - Divisão de Tecnologia da Informação UNIGRANRIO - Universidade do 
> Grande Rio
> +55 21 2672-7720
> [EMAIL PROTECTED]
> http://www.unigranrio.edu.br
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, 
> e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

This message (including any attachments) contains confidential
and/or proprietary information intended only for the addressee.
Any unauthorized disclosure, copying, distribution or reliance on
the contents of this information is strictly prohibited and may
constitute a violation of law.  If you are not the intended
recipient, please notify the sender immediately by responding to
this e-mail, and delete the message from your system.  If you
have any questions about this e-mail please notify the sender
immediately.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to