Created
December 6, 2012 06:43
-
-
Save bulain/4222260 to your computer and use it in GitHub Desktop.
java OutOfMemoryError
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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