2015-09-23 IntelliJ+JRebelでデバッグ実行すると「Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Default Executor-thread-8"」エラー Java 原因はJVMに割り当てられているメモリが足りないため。 Run/Debug Configuration > VM options に -XX:MaxPermSize=128m を追加すると直った。 参考: