Skip to content

Commit 73083d1

Browse files
Update default VM size from 92 to 120
1 parent 23028b1 commit 73083d1

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)