Skip to content

Commit

Permalink
adjust memory
Browse files Browse the repository at this point in the history
  • Loading branch information
gmauro committed Jul 9, 2024
1 parent 7f3d501 commit 3664bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slurm/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default-resources:
runtime: attempt * 5
set-resources:
break_locus:
mem_mb: 1024 + attempt * 2048
mem_mb: 8192 + attempt * 2048
threads: 1
collect_loci:
mem_mb: 8192 + attempt * 2048
Expand Down

0 comments on commit 3664bcd

Please sign in to comment.