Skip to content

Commit

Permalink
increase defaultBootDiskSizeGB to 30GB
Browse files Browse the repository at this point in the history
  • Loading branch information
YZ775 committed Oct 8, 2024
1 parent c82396a commit bd8b049
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 bd8b049

Please sign in to comment.