Skip to content

Commit

Permalink
Increase disk size (#74)
Browse files Browse the repository at this point in the history
Our demo days after 4 days due to lack of space:
1. Initially we have 10GB, but 7.4GB is used by OS and system.
2. Increased disk size to 200GB, which cost $24/month.
3. Also changed type for SSD for better performance.
  • Loading branch information
jakozaur authored May 10, 2024
1 parent 31cd5f1 commit bfbf62f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker/deploy/quesma-all-in-one-vm.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ resource "google_compute_instance" "vm_instance" {
boot_disk {
initialize_params {
image = "debian-cloud/debian-10"
size = 200
type = "pd-balanced"
labels = {
name = "quesma-demo-aio-vm"
}
}
}

Expand Down

0 comments on commit bfbf62f

Please sign in to comment.