UCFGs failing the analysis

  • We are using SonarQube 7.5 Developer edition.
  • When I’m running sonarqube it seems took long time and failed.
  • I increased 512m to 2G still failling

Thanks in advance for

help

Hi,

It sounds like you increased the memory allocation to your SonarQube server? Doing so won’t have any impact on analysis, which is where (I believe) you’re actually seeing this error.

You don’t specify which scanner you’re using. Since your screenshot (for future reference, copy/pasting and code-formatting logs is really preferable) indicates that the error occurs during Java analysis, I’m going to guess Maven, and point you here for help on increasing memory analysis-side: https://docs.sonarqube.org/display/SCAN/Analyzing+with+SonarQube+Scanner+for+Maven#AnalyzingwithSonarQubeScannerforMaven-Troubleshooting

 
Ann

We are using gradle:sonarqube-gradle-plugin:2.6.2.

Then you should research allocating more memory to your gradle process.

 
Ann