Are the Coldfusion plugin global settings from http://localhost:9000/settings?category=coldfusion used or do the values have to be set in the sonar-project.properties file?
Specifically, I am running into an issue where the Coldfusion plugin is not terminating correctly and passing control back to SonarQube to run the next parser, and fails with a java Heap exception. I am trying to set the Java executable options to -Xmx1024m -Xms512m -XX:+HeapDumpOnOutOfMemoryError in the global settings, but I am not seeing any log or information showing me it's getting picked up. Before I try another run with setting the value in the project.properties file, I wanted to confirm.
Are the Coldfusion plugin global settings from http://localhost:9000/settings?category=coldfusion used or do the values have to be set in the
sonar-project.propertiesfile?Specifically, I am running into an issue where the Coldfusion plugin is not terminating correctly and passing control back to SonarQube to run the next parser, and fails with a java Heap exception. I am trying to set the Java executable options to
-Xmx1024m -Xms512m -XX:+HeapDumpOnOutOfMemoryErrorin the global settings, but I am not seeing any log or information showing me it's getting picked up. Before I try another run with setting the value in the project.properties file, I wanted to confirm.