changeset 142:15803b24d580

planemo upload
author kkonganti
date Thu, 11 Jul 2024 13:18:43 -0400
parents 3bae471a5e14
children 620bffa66bbb
files 0.4.2/conf/modules.config
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 }
     }
 }