Max Memory Reading
- From: "Caldarale, Charles R" <Chuck.Caldarale (at) unisys.com>
- Date: Fri, 13 Oct 2006 13:13:38 -0500
> From: joon yoo [mailto:jyoo1971 (at) gmail.com]
> Subject: Re: Max Memory Reading
>
> is it a windows limitation or an intel x86 limitation?
Windows, due to limiting an individual process' virtual space to 2 GB.
(Some versions of Windows Server allow configuration of a 3 GB process
space, but that option is not often used.) This 2 GB is usually
somewhat fragmented due to DLLs being loaded in odd places; the JVM heap
requires contiguous virtual space, so that's why the max heap size on
Windows is around 1.5 GB.
I don't know what virtual space BSD Linux allocates for each process,
nor whether or not there are fragmentation issues with that space.
- 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 (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org