Skip to content
Snippets Groups Projects
Verified Commit 221f3e3b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

conf/base.config: degreasse max memory for high process

parent 5bbf9ae4
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ process {
}
withLabel:process_high {
cpus = { check_max( 16 * task.attempt, 'cpus' ) }
memory = { check_max( 64.GB * task.attempt, 'memory' ) }
memory = { check_max( 40.GB * task.attempt, 'memory' ) }
time = { check_max( 16.h * task.attempt, 'time' ) }
}
withLabel:process_long {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment