Showing posts with label outofmemoryerror. Show all posts
Showing posts with label outofmemoryerror. Show all posts

Wednesday, May 16, 2012

When exactly is the JVM throwing an OutOfMemoryError


We are running a Java application that sometimes "freezes" because some thread is using almost all the heap. Despite the JVM doing Full GC that last more than 60 seconds the application never dies with OutOfMemoryError.

Monday, April 23, 2012

Understanding php "Out of memory” error


I can find lots of tutorials on how to overcome the out-of-memory error. The solution is: To increase the memory in the php.ini or in the .htaccess - what a surprise...