Skip to content

Commit

Permalink
Merge in changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
justaddcoffee committed May 21, 2020
2 parents 6bc26e1 + e2ecf6b commit 9c55206
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,9 @@ 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 'pigz ../merged-kg.jnl'
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'
sh 'pigz ../merged-kg.nt.gz'
}
}
}
Expand Down

0 comments on commit 9c55206

Please sign in to comment.