Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
biopet.biopet
Commits
81999541
Commit
81999541
authored
Mar 23, 2015
by
Peter van 't Hof
Browse files
Added logger message on retry
parent
55952141
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetCommandLineFunctionTrait.scala
View file @
81999541
...
...
@@ -76,6 +76,7 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
override
def
setupRetry
()
:
Unit
=
{
super
.
setupRetry
()
logger
.
info
(
"Auto raise memory on retry"
)
coreMemory
+=
1.0
vmemFactor
+=
0.5
memoryLimit
=
Some
(
coreMemory
*
threads
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment