Skip to content

Commit

Permalink
pump up cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Sep 20, 2021
1 parent 415569d commit a6f668e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/variantstore/wdl/GvsSitesOnlyVCF.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,9 @@ task ExtractAnAcAfFromVCF {
# Runtime settings:
runtime {
docker: "us.gcr.io/broad-dsde-methods/variantstore:ah_var_store_20210916"
memory: "12 GB"
preemptible: 3
cpu: "2"
memory: "20 GB"
preemptible: 1
cpu: "10"
disks: "local-disk 500 SSD"
}
# ------------------------------------------------
Expand Down

0 comments on commit a6f668e

Please sign in to comment.