> From: Johnson, Trevin (Contractor) > [mailto:trevin.john...@occ.treas.gov] > Subject: RE: Tomcat Memory and Garbage Collection questions... > > I see odd behavior. Our tomcat setting is set for a max memory setting > of 256Mb in our Development Environment. Yet it goes over 256Mb. Up to > 290Mb. I assumed that it would never go over 256Mb in task manager. Is > that correct?
Your assumption is incorrect. The Java heap limit is only part of the total process space, which is what Task Manager is showing; also included in the process space is code, the C heap, stacks, and lots of OS overhead. Task Manager is a dismally poor means of discovering any real information. - 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org