Skip to content
Snippets Groups Projects
Commit de4597aa authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

fixed var

parent 56c00f29
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ trait BiopetCommandLineFunctionTrait extends CommandLineFunction with Configurab
if (config.contains("memory_limit")) memoryLimit = config("memory_limit")
else memoryLimit = Some(coreMemory * threads)
if (config.contains("resident_limit")) memoryLimit = config("resident_limit")
if (config.contains("resident_limit")) residentLimit = config("resident_limit")
else residentLimit = Some((coreMemory + (0.5 * retry)) * ressFactor)
if (!config.contains("vmem")) vmem = Some((coreMemory * (vmemFactor + (0.5 * retry))) + "G")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment