Skip to content

Commit 615332f

Browse files
authored
Increase resources for ipop-up cluster
1 parent 3a9a247 commit 615332f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

conf/ipop_up.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ singularity {
1313

1414
process {
1515
resourceLimits = [
16-
memory: 100.GB,
16+
memory: 252.GB,
1717
cpus: 28,
18-
time: 96.h
18+
time: 168.h
1919
]
2020
executor = 'slurm'
2121
queue = 'ipop-up'
@@ -24,7 +24,7 @@ process {
2424
params {
2525
igenomes_ignore = true
2626
// Max resources requested by a normal node on iPOP-UP cluster.
27-
max_memory = 100.GB
27+
max_memory = 252.GB
2828
max_cpus = 28
29-
max_time = 96.h
29+
max_time = 168.h
3030
}

0 commit comments

Comments
 (0)