IBM
-Xdump:tool:events=throw,filter=java/lang/OutOfMemoryError,exec="kill -9 %pid"
JRockit
-XXexitOnOutOfMemory
SUNVM
UNIX: -XX:OnOutOfMemoryError="kill -9 %p"
Wind: -XX:OnOutOfMemoryError="taskkill /F /PID %p"
'성능과 장애' 카테고리의 다른 글
<Joe> 성능문제 해결의 일반론 (0) | 2009.10.30 |
---|---|
<Joe> Testable Application을 위한 가이드 (0) | 2009.10.28 |
Application Monitorability을 위한 설계 고려사항 (0) | 2009.10.27 |
문제 해결을 위한 TOOLS (0) | 2009.10.26 |
OutOfMemoryError 해결 (0) | 2009.10.26 |