We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a9a247 commit 615332fCopy full SHA for 615332f
1 file changed
conf/ipop_up.config
@@ -13,9 +13,9 @@ singularity {
13
14
process {
15
resourceLimits = [
16
- memory: 100.GB,
+ memory: 252.GB,
17
cpus: 28,
18
- time: 96.h
+ time: 168.h
19
]
20
executor = 'slurm'
21
queue = 'ipop-up'
@@ -24,7 +24,7 @@ process {
24
params {
25
igenomes_ignore = true
26
// Max resources requested by a normal node on iPOP-UP cluster.
27
- max_memory = 100.GB
+ max_memory = 252.GB
28
max_cpus = 28
29
- max_time = 96.h
+ max_time = 168.h
30
}
0 commit comments