Skip to content

Commit

Permalink
increase memory; work on #35
Browse files Browse the repository at this point in the history
  • Loading branch information
kltm committed Jan 25, 2019
1 parent 071d9d7 commit 7157408
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 @@ -197,7 +197,7 @@ pipeline {
sh 'chmod +x bin/*'

//
withEnv(['PATH+EXTRA=:bin:./bin']){
withEnv(['PATH+EXTRA=:bin:./bin', 'JAVA_OPTS=-Xmx128G', 'OWLTOOLS_MEMORY=128G', 'BGMEM=128G']){
retry(3){
sh 'make clean all'
}
Expand Down

0 comments on commit 7157408

Please sign in to comment.