Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Labels:None
-
Number of attachments :
Description
We are using sonar from a hudson server using the hudson plugin.
One of our projects is bit bigger and always result in OutOfMemory exceptions during the FindBugs run.
Currently there is no way to specify the max heap size from the hudson plugin. We tried it with the 'additional properties' field, but this does not work.
Issue Links
- relates to
-
SONARJNKNS-179
Add a way to specify Maven options to be used by Hudson in order to launch Sonar plugin
-
Hi Markus,
Did you try to set MAVEN_OPTS from the Advanced section of Maven Build ? It's the responsabilty of Hudson to execute publishers, Sonar in our case.
You can also decrease the Findbugs "effort" from Sonar settings (Configuration -> Settings -> Findbugs).
Regards.