After upgrading from Sonarqube 4.5.4 LTS to the 5.3, I noticed an increase of the time to process the analysis of the same project.
Looking into the logs of Backgroud task, seems that it hangs right after this line:
2016.04.05 16:30:26 INFO [o.s.s.c.s.ComputationStepExecutor] Load measure computers | time=0ms
The same project was normally analyzed in 2-3 minutes when using SQ 4.5.4 but now with 5.3 it's taking 15-20 minutes.
Any idea what could explain this slowness and is there something that could fix it?
PS - I have increased the JVM arguments already to allow the usage of more memory (from 1gb to 3gb)
Thanks!