Skip to content

Commit 31aa878

Browse files
committed
limit concurrent tcms
1 parent e8ecc69 commit 31aa878

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rules/tcm.smk

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rule build_tier_tcm:
2626
"tier-tcm"
2727
resources:
2828
runtime=300,
29+
mem_swap=20,
2930
shell:
3031
"{swenv} python3 -B "
3132
f"{workflow.source_path('../scripts/build_tcm.py')} "

0 commit comments

Comments
 (0)