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
1ff52e09
Commit
1ff52e09
authored
Mar 20, 2015
by
Peter van 't Hof
Browse files
Remove method to set memlimit
parent
664201b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/biopet-framework/src/main/scala/nl/lumc/sasc/biopet/core/BiopetJavaCommandLineFunction.scala
View file @
1ff52e09
...
...
@@ -29,12 +29,6 @@ trait BiopetJavaCommandLineFunction extends JavaCommandLineFunction with BiopetC
override
def
javaOpts
=
super
.
javaOpts
+
optional
(
"-Dscala.concurrent.context.numThreads="
,
threads
,
spaceSeparated
=
false
,
escape
=
false
)
/** Sets memory limit */
override
def
beforeGraph
{
super
.
beforeGraph
if
(
memoryLimit
.
isEmpty
)
memoryLimit
=
config
(
"memory_limit"
)
}
/** Creates command to execute extension */
override
def
commandLine
:
String
=
{
preCmdInternal
...
...
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