I am using Sonar for code quality control. The project analysis is performed by sonar-runner. Right now, I cannot use the ant or maven tasks.
Problem: The analysis (sonar-runner) Java process is using only 4 processors, even though the machine has 8 processors.
Do you know of a way to configure the number of processors used?
Thanks!