> From: Andrew Hole [mailto:[email protected]] > Subject: tomcat process memory > > WhY this happens? Is it possible to understant what is using the > remaining MB?
That 1 GB is the virtual space allocated to the process, so it includes not only the Java heap, but also code, the C heap, OS structures, library structures, file buffers, and myriad other bits and pieces needed to actually run a program. - 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: [email protected] For additional commands, e-mail: [email protected]
