Skip to content

Commit

Permalink
try using waaay too much menory for geneontology/neo#82
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Mar 21, 2022
1 parent 18f89f0 commit 17140f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ pipeline {
MAKECMD = 'make'
// GOlr load profile.
GOLR_SOLR_MEMORY = "128G"
GOLR_LOADER_MEMORY = "192G"
//GOLR_LOADER_MEMORY = "192G"
GOLR_LOADER_MEMORY = "320G"
GOLR_INPUT_ONTOLOGIES = [
//"http://purl.obolibrary.org/obo/go/snapshot/extensions/go-lego.owl",
//"http://purl.obolibrary.org/obo/eco.owl",
Expand All @@ -75,9 +76,9 @@ pipeline {
//"http://purl.obolibrary.org/obo/wbbt.owl",
//"http://purl.obolibrary.org/obo/go/extensions/go-modules-annotations.owl",
//"http://purl.obolibrary.org/obo/go/extensions/go-taxon-subsets.owl"
//"http://skyhook.berkeleybop.org/issue-35-neo-test/ontology/neo.owl"
"http://skyhook.berkeleybop.org/issue-35-neo-test/ontology/extensions/go-lego.owl",
"http://skyhook.berkeleybop.org/issue-35-neo-test/ontology/neo.owl"
//"http://skyhook.berkeleybop.org/issue-neo-82-all-reviewed/ontology/neo.owl"
"http://skyhook.berkeleybop.org/issue-neo-82-all-reviewed/ontology/extensions/go-lego.owl",
"http://skyhook.berkeleybop.org/issue-neo-82-all-reviewed/ontology/neo.owl"
].join(" ")
}
options{
Expand Down

0 comments on commit 17140f7

Please sign in to comment.