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

Added scala maxthread option

parent 53855f50
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ trait BiopetJavaCommandLineFunction extends JavaCommandLineFunction with BiopetC
javaGCHeapFreeLimit = config("java_gc_heap_freelimit")
javaGCTimeLimit = config("java_gc_timelimit")
override def javaOpts = super.javaOpts + optional("-Dscala.concurrent.context.numThreads=", threads, spaceSeparated = false, escape = false)
override def afterGraph {
memoryLimit = config("memory_limit")
}
......
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