Skip to content

Commit c9443c6

Browse files
resource adjustments
1 parent ea7697c commit c9443c6

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

config/resources.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -929,37 +929,37 @@
929929
},
930930
"run_REDUX_SAGE_tumor": {
931931
"cpus": {
932-
"min": 16,
933-
"fraction": 0.5,
934-
"max": 16
932+
"min": 4,
933+
"fraction": 0.125,
934+
"max": 4
935935
},
936936
"memory": {
937-
"min": "32 GB",
938-
"fraction": 0.5,
939-
"max": "32 GB"
937+
"min": "12 GB",
938+
"fraction": 0.1875,
939+
"max": "12 GB"
940940
},
941941
"retry_strategy": {
942942
"memory": {
943943
"strategy": "add",
944-
"operand": "16 GB"
944+
"operand": "12 GB"
945945
}
946946
}
947947
},
948948
"run_REDUX_SAGE_normal": {
949949
"cpus": {
950-
"min": 16,
950+
"min": 4,
951951
"fraction": 0.5,
952-
"max": 16
952+
"max": 4
953953
},
954954
"memory": {
955-
"min": "32 GB",
955+
"min": "12 GB",
956956
"fraction": 0.5,
957-
"max": "32 GB"
957+
"max": "12 GB"
958958
},
959959
"retry_strategy": {
960960
"memory": {
961961
"strategy": "add",
962-
"operand": "16 GB"
962+
"operand": "12 GB"
963963
}
964964
}
965965
},
@@ -1171,7 +1171,7 @@
11711171
"retry_strategy": {
11721172
"memory": {
11731173
"strategy": "add",
1174-
"operand": "24 GB"
1174+
"operand": "32 GB"
11751175
}
11761176
}
11771177
},

0 commit comments

Comments
 (0)