diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-21 15:49:32 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-04-22 09:39:54 +0200 |
commit | f1c7fa385993747c42269c9b1d3807bfdaf13ec5 (patch) | |
tree | ccbf503d2b5d935637aa7728827cb0260f32dc7a /sonar-application | |
parent | e58da285fd128f71ad8ac8c4a31890a25d64bc36 (diff) | |
download | sonarqube-f1c7fa385993747c42269c9b1d3807bfdaf13ec5.tar.gz sonarqube-f1c7fa385993747c42269c9b1d3807bfdaf13ec5.zip |
SONAR-6445 Decrease the max memory used by server bootstrapper process
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/wrapper.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/wrapper.conf b/sonar-application/src/main/assembly/conf/wrapper.conf index 530e560b787..f35c227a369 100644 --- a/sonar-application/src/main/assembly/conf/wrapper.conf +++ b/sonar-application/src/main/assembly/conf/wrapper.conf @@ -19,8 +19,7 @@ wrapper.java.classpath.2=../../lib/*.jar wrapper.java.library.path.1=./lib wrapper.app.parameter.1=org.sonar.application.App wrapper.java.initmemory=3 -# Xmx can't be set to a lower value because of compatibility with Java 6 -wrapper.java.maxmemory=32 +wrapper.java.maxmemory=8 #******************************************************************** # Wrapper Logs |