성능과 장애
OOM을 위한 처리옵션
sjokim
2012. 3. 21. 17:47
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"