私はソナーでかなり大きなプロジェクトを分析しています。最初の数回の実行は問題ありませんでしたが、現在はエラーが発生しています。timemachine と違反アナライザーに関係するもの:
java.lang.OutOfMemoryError: GC overhead limit exceeded
at
org.sonar.plugins.core.timemachine.ViolationTrackingDecorator.mapViolations(ViolationTrackingDecorator.java:131)
at org.sonar.plugins.core.timemachine.ViolationTrackingDecorator.decorate(ViolationTrackingDecorator.java:70)
ANTを使ってソナーを実行します。どうにかしてJavaヒープサイズを増やすことはできますか?