Skip to content

Commit 7e64c54

Browse files
Merge pull request #113 from Automattic/update/default-vm-size-to-120
Update default VM size from 92 GB to 120 GB
2 parents 23028b1 + 73083d1 commit 7e64c54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/hostmgr/commands/vm/VMCreate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ struct VMCreateCommand: AsyncParsableCommand {
1818
var quiet: Bool = false
1919

2020
@Option(help: "The disk size of machine that should be created, in GB")
21-
var diskSize: Int = 92
21+
var diskSize: Int = 120
2222

2323
private enum CodingKeys: String, CodingKey {
2424
case name

0 commit comments

Comments
 (0)