Gehel has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/382397 )

Change subject: wdqs: fix typo in GC_LOGS
......................................................................


wdqs: fix typo in GC_LOGS

Bug: T175919
Change-Id: I4e0758470dc1053dfc070ea36f1150327bd2c9cc
---
M modules/wdqs/templates/blazegraph-default.erb
1 file changed, 13 insertions(+), 13 deletions(-)

Approvals:
  jenkins-bot: Verified
  Gehel: Looks good to me, approved



diff --git a/modules/wdqs/templates/blazegraph-default.erb 
b/modules/wdqs/templates/blazegraph-default.erb
index 9f7c874..fc45ed4 100644
--- a/modules/wdqs/templates/blazegraph-default.erb
+++ b/modules/wdqs/templates/blazegraph-default.erb
@@ -1,16 +1,16 @@
 HEAP_SIZE="<%= @blazegraph_heap_size %>"
 BLAZEGRAPH_OPTS="<%= @blazegraph_options %>"
 LOG_CONFIG=/etc/wdqs/logback-wdqs-blazegraph.xml
-GC_LOG="-XX:+PrintGCDetails \
-        -XX:+PrintGCDateStamps \
-        -XX:+PrintGCTimeStamps \
-        -XX:+PrintAdaptiveSizePolicy \
-        -XX:+PrintReferenceGC \
-        -XX:+PrintGCCause \
-        -XX:+PrintGCApplicationStoppedTime \
-        -XX:+UseGCLogFileRotation \
-        -XX:NumberOfGCLogFiles=10 \
-        -XX:GCLogFileSize=20M \
-        -XX:+ParallelRefProcEnabled \
-        -UnlockExperimentalVMOptions \
-        -XX:G1MaxNewSizePercent=25"
+GC_LOGS="-XX:+PrintGCDetails \
+         -XX:+PrintGCDateStamps \
+         -XX:+PrintGCTimeStamps \
+         -XX:+PrintAdaptiveSizePolicy \
+         -XX:+PrintReferenceGC \
+         -XX:+PrintGCCause \
+         -XX:+PrintGCApplicationStoppedTime \
+         -XX:+UseGCLogFileRotation \
+         -XX:NumberOfGCLogFiles=10 \
+         -XX:GCLogFileSize=20M \
+         -XX:+ParallelRefProcEnabled \
+         -UnlockExperimentalVMOptions \
+         -XX:G1MaxNewSizePercent=25"

-- 
To view, visit https://gerrit.wikimedia.org/r/382397
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4e0758470dc1053dfc070ea36f1150327bd2c9cc
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Gehel <guillaume.leder...@wikimedia.org>
Gerrit-Reviewer: Gehel <guillaume.leder...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to