Skip to content

Commit 8e79479

Browse files
committed
Bumping up jvm memory to 32/64 based on docs recomendations
1 parent 21118eb commit 8e79479

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

config/cluster/slurm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"threads": "8"
287287
},
288288
"hmftools_sage": {
289-
"mem": "48G",
289+
"mem": "64G",
290290
"time" : "1-00:00:00",
291291
"threads": "24"
292292
},

config/cluster/uge.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -277,9 +277,9 @@
277277
"threads": "8"
278278
},
279279
"hmftools_sage": {
280-
"mem": "3G",
280+
"mem": "4G",
281281
"partition": "",
282-
"threads": "12"
282+
"threads": "8"
283283
},
284284
"inbreeding": {
285285
"mem": "4G",

0 commit comments

Comments
 (0)