diff options
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 8 |
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 #-------------------------------------------------------------------------------------------------- |