[Java] java.lang.OutOfMemoryError


https://plumbr.io/outofmemoryerror

The 8 symptoms that surface them

The many thousands of java.lang.OutOfMemoryErrors that I’ve met during my career all bear one of the below eight symptoms. This handbook explains what causes a particular error to be thrown, offers code examples that can cause such errors, and gives you solution guidelines for a fix. The content is all based on my own experience.

Index:

  1. java.lang.OutOfMemoryError: Java heap space
  2. java.lang.OutOfMemoryError: GC overhead limit exceeded
  3. java.lang.OutOfMemoryError: Permgen space
  4. java.lang.OutOfMemoryError: Metaspace
  5. java.lang.OutOfMemoryError: Unable to create new native thread
  6. java.lang.OutOfMemoryError: Out of swap space?
  7. java.lang.OutOfMemoryError: Requested array size exceeds VM limit
  8. java.lang.OutOfMemoryError: Kill process or sacrifice child