fix(ganymede): large => high

Co-authored-by: drpatelh <drpatelh@users.noreply.github.com>
kevbrick-patch-1
Edmund Miller 3 years ago
parent 34ccce9531
commit a6975cdd4e
No known key found for this signature in database
GPG Key ID: BD387FF7BC10AA9D

@ -37,9 +37,9 @@ process {
time = { check_max( 8.h * task.attempt, 'time' ) }
}
withLabel:process_large {
withLabel:process_high {
cpus = { check_max( 12 * task.attempt, 'cpus' ) }
memory = { check_max( 1.GB * task.attempt, 'memory' ) }
memory = { check_max( 120.GB * task.attempt, 'memory' ) }
time = { check_max( 16.h * task.attempt, 'time' ) }
}
}

Loading…
Cancel
Save