Skip to content

Commit

Permalink
Reduce MC2 config allocation to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjtaylor committed Feb 21, 2024
1 parent 1efab2e commit 0ee543c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/mc2.config
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ params {
process {

cpus = { check_max( 2 * slow(task.attempt), 'cpus' ) }
memory = { check_max( 16.GB * task.attempt, 'memory' ) }
memory = { check_max( 8.GB * task.attempt, 'memory' ) }
time = { check_max( 24.h * task.attempt, 'time' ) }

// Process-specific resource requirements
Expand Down

0 comments on commit 0ee543c

Please sign in to comment.