Smalyshev has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/228619

Change subject: Fix scripts
......................................................................

Fix scripts

Change-Id: Icd5a6a80119f695324856741a165be8accaac59a
---
M dist/src/script/runBlazegraph.sh
M dist/src/script/runUpdate.sh
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/19/228619/1

diff --git a/dist/src/script/runBlazegraph.sh b/dist/src/script/runBlazegraph.sh
index c5baba0..c140e2e 100755
--- a/dist/src/script/runBlazegraph.sh
+++ b/dist/src/script/runBlazegraph.sh
@@ -23,7 +23,7 @@
 pushd $DIR
 
 echo "Running Blazegraph from `pwd` on :$PORT/$CONTEXT"
-java 
-Dcom.bigdata.rdf.sail.webapp.ConfigParams.propertyFile=RWStore.properties \
+java -XX:+UseG1GC -Xmx8g 
-Dcom.bigdata.rdf.sail.webapp.ConfigParams.propertyFile=RWStore.properties \
      -Dorg.eclipse.jetty.server.Request.maxFormContentSize=20000000 \
      -Dcom.bigdata.rdf.sparql.ast.QueryHints.analytic=true \
      
-Dcom.bigdata.rdf.sparql.ast.QueryHints.analyticMaxMemoryPerQuery=1073741824 \
diff --git a/dist/src/script/runUpdate.sh b/dist/src/script/runUpdate.sh
index 9dfee53..7c53377 100755
--- a/dist/src/script/runUpdate.sh
+++ b/dist/src/script/runUpdate.sh
@@ -30,7 +30,7 @@
     ARGS="--labelLanguage $LANGS --singleLabel $LANGS"
 fi
 
-if [ ! -z "SKIPSITE" ]; then
+if [ ! -z "$SKIPSITE" ]; then
     ARGS="$ARGS --skipSiteLinks"
 fi
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icd5a6a80119f695324856741a165be8accaac59a
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to