Skip to content
Snippets Groups Projects
Commit f7d97af6 authored by Cats's avatar Cats
Browse files

add Xmx to sampleConfig

parent 67fed40a
No related branches found
No related tags found
1 merge request!8Run time settings and additional adjustments
......@@ -62,7 +62,7 @@ task SampleConfig {
set -e -o pipefail
${preCommand}
mkdir -p . ${"$(dirname " + jsonOutputPath + ")"} ${"$(dirname " + tsvOutputPath + ")"}
java -jar ${tool_jar} \
java -Xmx2G -jar ${tool_jar} \
-i ${sep="-i " inputFiles} \
${"--sample " + sample} \
${"--library " + library} \
......
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