Skip to content

Commit

Permalink
Merge pull request #169 from Knowledge-Graph-Hub/up_memory_for_blazeg…
Browse files Browse the repository at this point in the history
…raph

Up memory while running blazegraph-runner
  • Loading branch information
justaddcoffee committed May 21, 2020
2 parents 3618689 + 4c3ec6f commit 8e5769d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ pipeline {
)
sh 'sbt stage'
sh 'pigz -d ../merged-kg.nt.gz'
sh 'export JAVA_OPTS=-Xmx32G && ../target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ../merged-kg.nt'
sh 'export JAVA_OPTS=-Xmx128G && ../target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ../merged-kg.nt'
sh 'pigz merged-kg.jnl'
sh 'pigz ../merged-kg.nt.gz'
}
Expand Down

0 comments on commit 8e5769d

Please sign in to comment.