Skip to content

Commit a0343f2

Browse files
authored
Bump mem requirement for sylph_profile (#244)
1 parent 9177403 commit a0343f2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ansible/files/galaxy/config/tpv_rules_local.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ tools:
7272
cores: min(max(int(input_size * 4), 1), 16)
7373
mem: min(max(int(input_size * 7), 5.6), 120)
7474

75+
toolshed.g2.bx.psu.edu/repos/bgruening/sylph_profile/sylph_profile/.*:
76+
cores: 4
77+
mem: 16
78+
7579
roles:
7680
training.*:
7781
scheduling:

0 commit comments

Comments
 (0)