# HG changeset patch # User kkonganti # Date 1720718323 14400 # Node ID 15803b24d5804671f281f89bdefda4205d4335a8 # Parent 3bae471a5e140e05a7360121d6b79d2cfb8b9239 planemo upload diff -r 3bae471a5e14 -r 15803b24d580 0.4.2/conf/modules.config --- a/0.4.2/conf/modules.config Thu Jul 11 12:49:32 2024 -0400 +++ b/0.4.2/conf/modules.config Thu Jul 11 13:18:43 2024 -0400 @@ -54,7 +54,7 @@ withLabel: 'process_only_mem_high' { cpus = { 1 * task.attempt } - memory = { 128.GB * task.attempt } + memory = { 120.GB * task.attempt } time = { 60.h * task.attempt } } @@ -72,19 +72,19 @@ withLabel: 'process_high' { cpus = { 10 * task.attempt } - memory = { 128.GB * task.attempt } + memory = { 120.GB * task.attempt } time = { 60.h * task.attempt } } withLabel: 'process_higher' { cpus = { 10 * task.attempt } - memory = { 256.GB * task.attempt } + memory = { 250.GB * task.attempt } time = { 60.h * task.attempt } } withLabel: 'process_gigantic' { cpus = { 10 * task.attempt } - memory = { 512.GB * task.attempt } + memory = { 500.GB * task.attempt } time = { 60.h * task.attempt } } }