I’m using SonarQube 7.2.1 and I’m trying to integrate it with AppDynamics.
I placed my java options from AppDynamics into the sonar.properties file after the original javaOpts commands like so:
sonar.ce.javaOpts=-Xmx1g -Xms1g -XX:+HeapDumpOnOutOfMemoryError -[appD commands here]
I did this for each entry of
sonar.ce.javaOpts=
sonar.web.javaOpts=
sonar.search.javaOpts=
Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- what are you trying to achieve
- what have you tried so far to achieve this