Skip to content

Commit

Permalink
bump default RAM for scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed May 25, 2022
1 parent e856ab0 commit b208b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_assembly.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ task scaffold {

runtime {
docker: docker
memory: select_first([machine_mem_gb, 15]) + " GB"
memory: select_first([machine_mem_gb, 31]) + " GB"
cpu: 4
disks: "local-disk 375 LOCAL"
dx_instance_type: "mem1_ssd1_v2_x8"
Expand Down

0 comments on commit b208b9a

Please sign in to comment.