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 ChuckCaldarale:
https://wiki.apache.org/tomcat/FAQ/Memory?action=diff&rev1=10&rev2=11

   * Your OS limits the amount of memory your process may take. OK, this one is 
grasping at straws.
   * The JVM has a bug. This has been known to happen with JVM1.2.? and using 
EJB's with another servlet engine.
   * Not actually a reason - but on your particular platform, look at the 
{{{java -X}}} options. They may be VERY helpful.
-  * 
[[http://opensource2.atlassian.com/confluence/spring/pages/viewpage.action?pageId=2669|Your
 classloaders are not being garbage collected]].
+  * 
[[http://victor-jan.blogspot.com/2010/05/memory-leaks-where-classloader-cannot.html|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]].

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

Reply via email to