Skip to content

Commit

Permalink
Merge fb4077a into f8c51e0
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 20, 2020
2 parents f8c51e0 + fb4077a commit 78136e9
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 @@ -128,7 +128,7 @@ pipeline {
)
sh 'sbt stage'
sh 'pigz -d ../merged-kg.nt.gz'
sh './target/universal/stage/bin/blazegraph-runner load --informat=ntriples --journal=merged-kg.jnl --use-ontology-graph=true ../merged-kg.nt'
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 'pigz merged-kg.jnl'
}
}
Expand Down

0 comments on commit 78136e9

Please sign in to comment.