日々精進

新しく学んだことを書き留めていきます

IntelliJ+JRebelでデバッグ実行すると「Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Default Executor-thread-8"」エラー

原因はJVMに割り当てられているメモリが足りないため。 Run/Debug Configuration > VM options に -XX:MaxPermSize=128m を追加すると直った。

参考: