Skip to content

Commit 553f2c7

Browse files
authored
Merge pull request #820 from maxibor/update-eva-mem
bump EVA max mem
2 parents 533f8a8 + 8c978b2 commit 553f2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conf/eva.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ profiles {
2525
params {
2626
igenomes_base = "/mnt/archgen/public_data/igenomes"
2727
config_profile_description = 'MPI-EVA archgen profile, provided by nf-core/configs.'
28-
max_memory = 256.GB
28+
max_memory = 370.GB
2929
max_cpus = 32
3030
max_time = 365.d
3131
}
3232

3333
process {
3434
resourceLimits = [
35-
memory: 256.GB,
35+
memory: 370.GB,
3636
cpus: 32,
3737
time: 365.d
3838
]

0 commit comments

Comments
 (0)