1

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!

barfuin
  • 16,865
  • 10
  • 85
  • 132
  • This is still unsolved, and probably will remain so. Feel free to answer even if the question has aged for a bit. I'm still watching it. – barfuin Dec 02 '11 at 10:15
  • AFAIK sonar analysis is mono threaded... I thin k there is room for improvement in terms of performances here ;) Anyway you should rather drop a mail to the sonar users mailing list – Alexandre Victoor Dec 21 '11 at 22:02
  • @Alexandre So it seems ... if you post this as an answer I will accept it. – barfuin Apr 01 '12 at 19:22

1 Answers1

1

As said in my previous comment: sonar analysis is mono threaded... I think there is room for improvement in terms of performances here. If this is an important issue for you, my advice would be to ask the sonar core team to make the sonar batch "multi threaded" using the sonar user mailing list. Hope it helps

Alexandre Victoor
  • 3,104
  • 2
  • 27
  • 27