aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-07-04 17:36:56 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-07-17 10:52:47 +0200
commit28886acf8527efacf4f6c9732852aa10b8576459 (patch)
tree99cc5c89d207b0db9044e08d4217edd278876a51 /sonar-application/src
parentc818fc85b3d32c358b5149647d384cc42f4ba5a1 (diff)
downloadsonarqube-28886acf8527efacf4f6c9732852aa10b8576459.tar.gz
sonarqube-28886acf8527efacf4f6c9732852aa10b8576459.zip
SONAR-9507 make sonar.ce.workerCount an internal property
Diffstat (limited to 'sonar-application/src')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties8
1 files changed, 0 insertions, 8 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index b9b8f53893a..4b167d014e7 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -179,14 +179,6 @@
# Same as previous property, but allows to not repeat all other settings like -Xmx
#sonar.ce.javaAdditionalOpts=
-# The number of workers in the Compute Engine. Value must be greater than zero.
-# By default the Compute Engine uses a single worker and therefore processes tasks one at a time.
-# Recommendations:
-#
-# Using N workers will require N times as much Heap memory (see property
-# sonar.ce.javaOpts to tune heap) and produce N times as much IOs on disk, database and
-# Elasticsearch. The number of workers must suit your environment.
-#sonar.ce.workerCount=1
#--------------------------------------------------------------------------------------------------