Skip to content

Commit e52b62b

Browse files
committed
change the default disk to pd-balanced (pd-standard is brutally slow!)
1 parent e2182b5 commit e52b62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/util/compute/cloud/clouds.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const GOOGLE_CLOUD_DEFAULTS = {
4242
machineType: "n2d-highmem-2",
4343
spot: GCLOUD_SPOT_DEFAULT,
4444
diskSizeGb: 10,
45-
diskType: "pd-standard",
45+
diskType: "pd-balanced",
4646
externalIp: true,
4747
excludeFromSync: DEFAULT_EXCLUDE_FROM_SYNC,
4848
},

0 commit comments

Comments
 (0)