Skip to content

Commit

Permalink
Make staring memory 100 gb
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbrislawn committed Jun 5, 2024
1 parent 85fbe3b commit 2b249fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workflow/common.smk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
def get_mem_mb(wildcards, attempt):
return (100 + attempt * 40) * 1000
# ^100gb base, then 40gb more each time
return (60 + attempt * 40) * 1000
# ^(60+40)gb first, then 40gb more each time

0 comments on commit 2b249fc

Please sign in to comment.