Skip to content
Snippets Groups Projects
Commit aa884fb9 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Downgrade alignData mem requirement to 64G in dnanexus and aws configs

parent ed1e0eb5
Branches
Tags
2 merge requests!76Develop,!75Env.ci
Pipeline #9615 passed with stages
in 1 minute and 27 seconds
......@@ -61,7 +61,7 @@ process {
}
withName:alignData {
cpus = 32
memory = '256 GB'
memory = '64 GB'
}
withName:dedupData {
cpus = 16
......
......@@ -76,7 +76,7 @@ process {
withName:alignData {
machineType = 'mem3_ssd1_v2_x32'
cpus = 32
memory = '256 GB'
memory = '64 GB'
}
withName:dedupData {
machineType = 'mem1_ssd1_v2_x16'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment