Skip to content

Commit

Permalink
Merge pull request #153 from cybozu-go/increaseBootDiskSize
Browse files Browse the repository at this point in the history
increase defaultBootDiskSizeGB to 30GB
  • Loading branch information
YZ775 authored Oct 9, 2024
2 parents c82396a + bd8b049 commit 98749a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/gcp/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
// DefaultNumLocalSSDs is the default number of local SSDs
defaultNumLocalSSDs = 1
// DefaultBootDiskSizeGB is default instance boot disk size
defaultBootDiskSizeGB = 20
defaultBootDiskSizeGB = 30
// DefaultHomeDisk is default value for attaching home disk image in host-vm
defaultHomeDisk = false
// DefaultHomeDiskSizeGB is default home disk size
Expand Down

0 comments on commit 98749a9

Please sign in to comment.