> From: Jeffrey Janner [mailto:Jeffrey.Janner@PolyDyne.com]
> Subject: RE: Max value of MaxPermSize
> The permgen is actually a section of the heap.
Not really true.
> So if you want a 1GB permgen, you'll need at least
> a 1GB heap size
Definitely not true. Although PermGen is managed as a heap, it is sized independently of
the main heap; the -Xmx size emphatically does NOT include space for PermGen. PermGen and
the main heap are allocated contiguously (in virtual space), but the sizes are unrelated.
- 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 unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|