Skip to content

Instantly share code, notes, and snippets.

@bulain
Created December 6, 2012 06:43
Show Gist options
  • Save bulain/4222260 to your computer and use it in GitHub Desktop.
Save bulain/4222260 to your computer and use it in GitHub Desktop.
java OutOfMemoryError
#Kind of OOM
java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Direct buffer memory
java.lang.OutOfMemoryError: unable to create new native thread
java.lang.OutOfMemoryError: PermGen space
java.lang.OutOfMemoryError: Requested array size exceeds VM limit
java.lang.OutOfMemoryError: <reason> <stack trace> (Native method)
#JVM options
-verbosegc -XX:+HeapDumpOnOutOfMemoryError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment