-
Notifications
You must be signed in to change notification settings - Fork 142
java.lang.OutOfMemoryError #117
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The plugin we are using is sonar-findbugs-plugin-3.4.4 |
@siva517 Alternatively you can configure the FindBugs Maven plugin and Sonar will pickup the existing report. https://github.com/SonarQubeCommunity/sonar-findbugs/releases/tag/3.6.0 |
@siva517 Is this specific to SonarQube or this happens in Maven or Gradle integration? |
I don't think that modifying the sonar.properties will have an effect on the JVM from Maven. You can configure the memory allocation to increase it using
|
I'll close this stale issue. Feel free to reopen if necessary. |
The builds are getting failed with the error "Can not execute Findbugs: java.lang.OutOfMemoryError: GC overhead limit exceeded -> [Help 1]"
Attached the error screenshot
The current values in sonar.properties file are
sonar.web.javaOpts=-Xmx768m -XX:MaxPermSize=160m -XX:+HeapDumpOnOutOfMemoryError
sonar.ce.javaOpts=-Xmx1024m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true
The text was updated successfully, but these errors were encountered: