Skip to content

Commit da8718c

Browse files
committed
Limit MALT memory
1 parent f48cfeb commit da8718c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

conf/test_shortdna.config

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,9 @@ params {
5151

5252

5353
}
54+
55+
process {
56+
withName: 'MALT_RUN' {
57+
ext.args = "-J-Xmx12G"
58+
}
59+
}

0 commit comments

Comments
 (0)