Java/Spring
out of memory 체크
innocent_k
2015. 5. 6. 10:35
run configurations에서
arguments탭에
VM arguments 란에
-Xms512m -XX:+HeapDumpOnOutOfMemoryError
하면 out of memory 시 hprot 파일이 생성되는데 MemoryAnalyzer로 확인할 수 있다.