GC 로그 로테이션을 이용하려면 다음과 같이 사용하면 된다.
-verbose:gc
-XX:+PrintGCDateStamps
-XX:+PrintGCDetails
-Xloggc:$LOG_DIR/gc.log
-XX:+UseGCLogFileRotation
-XX:NumberOfGCLogFiles=9
-XX:GCLogFileSize=20m
'java core' 카테고리의 다른 글
Access restriction: The type BASE64Decoder is not accessible due to restriction on required library 이슈. (0) | 2014.04.07 |
---|---|
Selector.open() 호출시 NPE 발생 - jdk 7에서 해결 (0) | 2013.08.07 |
java default max heap size 파악 및 오픈 소스에서의 heap memory 설정 (0) | 2013.04.22 |
Google Collection Package & Google Guava (0) | 2013.03.14 |
SofreReference, WeakReference, PhantomReference (0) | 2012.03.29 |