We are experiencing a problem with Automatic Analysis in Sonar Cloud for our Java-written application in the repository.There is 374 branches in our repository. Can someone help identify the issue? If we should increase memory size, how can i do that?
Analysis status Error
Last analysis failed Analysis ID “”
Your analysis with ID “” has failed: the analysis of your project exceeded the maximum memory available for Automatic Analysis.
Based on our logs, there was an out of memery error. This means that your project is too big for Automatic analysis.
If you look at the SonarCloud documentation (last section), it is recommended to move to CI-based analysis for large Java projects. You can find more information here.