Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change 
notification.

The "FAQ/Memory" page has been changed by KonstantinKolinko.
The comment on this change is: Added links to the OutOfMemory and 
MemoryLeakProtection pages..
http://wiki.apache.org/tomcat/FAQ/Memory?action=diff&rev1=7&rev2=8

--------------------------------------------------

  ##language:en
  #pragma section-numbers 2
  
- = FAQ/Memory =
+ = FAQ / Memory =
  
  <<TableOfContents>>
  
@@ -47, +47 @@

   * 
[[http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669|Your
 classloaders are not being garbage collected]].
   * You run out of process memory (non java/GC memory), for example when using 
java.util.zip classes or JNI classes allocating process memory. See 
[[http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4797189|Instantiating 
Inflater/Deflater causes OutOfMemoryError; finalizers not called promptly 
enough]]
  
+ See also [[OutOfMemory]] and [[MemoryLeakProtection]].
+ 
  <<Anchor(Q3)>>'''How much memory is Tomcat/webapp/??? using?'''
  
   * To find out how much memory Tomcat is using, you might be able to use the 
{{{Runtime}}} class provided by the JDK.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to