Skip to content

Commit a668f27

Browse files
committed
Decreasing kraken memory allocation after testing
1 parent afdfc96 commit a668f27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/cluster.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@
3232
"kraken_pe": {
3333
"cpus-per-task": "24",
3434
"gres": "lscratch:256",
35-
"mem": "240g"
35+
"mem": "110g"
3636
},
3737
"kraken_se": {
3838
"cpus-per-task": "24",
3939
"gres": "lscratch:256",
40-
"mem": "240g"
40+
"mem": "110g"
4141
},
4242
"pca": {
4343
"mem": "88g",

0 commit comments

Comments
 (0)