JIRA 5.0 버전이 릴리스 되었습니다. 자세한 사항은 JIRA 5.0 릴리스노트 를 참조하십시요. 구매고객은 고객공간에서 5.0 한글팩을 받으실 수 있습니다.

Skip to end of metadata
Go to start of metadata

A simple way to do this is to turn on garbage collection and heap dump on out of memory.

Non - Windows

Please add the following parameters to the run command line in bamboo.sh

Then restart bamboo as ./bamboo.sh start.

Windows

Add the following parameters to wrapper.conf as startup parameters
-XX:+PrintGCTimeStamps
-verbose:gc
-Xloggc:gc.log
-XX:+HeapDumpOnOutOfMemoryError

GC log file location

The garbage collection traces and the heap dumps are in <bamboo-install>/gc.log.

http://blogs.atlassian.com/developer/2007/10/plugging_leaks_in_confluence.html

http://java.sun.com/developer/technicalArticles/Programming/GCPortal/

Labels: