I am deploying a large Java project on Sonar using \"Findbugs\" as profile and getting the error below:
Caused by: java.util.concurrent.ExecutionException: java.
this has worked for me:
SONAR_RUNNER_OPTS="-Xmx3062m -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=128m"
I set it direct in the sonar-runner(.bat) file