java - Why do we need to set SONAR_RUNNER_OPTS? -


Can anyone tell me what does this mean of sonar-runner-ops and its use?

  SONAR_RUNNER_OPTS: -Xmx512m -XX: MaxPermSize = 10240m  

What is the difference between Java-opts and sonar-opts?

with sonar-runner When you launch sonavariubu analysis on your project, the generator will be passed SONAR_RUNNER_OPTS is used for customized parameters command line executable.

For example, you can have a big project for which JMM requires a lot of RAM, capable of running full analysis without getting a OutOfMemoryError Ho: You can increase

This means that these parameters do not affect other programs but only Sonrakuben Runner


Comments