> From: Christopher Schultz [mailto:[EMAIL PROTECTED] 
> Subject: Re: [OT]Re: Is better one or more Tomcat instances 
> per machine
> 
> For instance, "java -Xmx512M -Xms512M -version" bombs on this little
> box, even though the heap is pretty much never used.

The JVM requests all 512 MB at startup; since your swap size is only 512
MB, it ain't gonna happen.  (Swap file size - not swap plus RAM - is
approximately the limit on total virtual size, since there has to be
room to move pages out before the kernel can read any back in.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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