Skip to content

Commit

Permalink
increase disk size.
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili committed Jun 12, 2024
1 parent d767bd0 commit 2168d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/advanced/docker/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ You may [skip to the next step](#connect-to-vm) if you have already created a VM
--project=$PROJECT_ID \
--zone=$ZONE_ID \
--machine-type=e2-standard-2 \
--create-disk=auto-delete=yes,boot=yes,device-name=$INSTANCE_NAMES,image=projects/ubuntu-os-cloud/global/images/ubuntu-2310-mantic-amd64-v20240213,mode=rw,size=50
--create-disk=auto-delete=yes,boot=yes,device-name=$INSTANCE_NAMES,image=projects/ubuntu-os-cloud/global/images/ubuntu-2310-mantic-amd64-v20240213,mode=rw,size=100
```
Note that this command creates a VM with `50 GiB` disk size,
Note that this command creates a VM with `100 GiB` disk size,
to accommodate for the disk space requirements of GATK-SV Docker images.

You may follow the documentation on
Expand Down

0 comments on commit 2168d99

Please sign in to comment.