Skip to content

Commit

Permalink
increase default machine vm size to 20
Browse files Browse the repository at this point in the history
Context: containers/podman/issues/11712
Signed-off-by: Valentin Rothberg <[email protected]>
  • Loading branch information
vrothberg committed Nov 18, 2021
1 parent 77aa031 commit 0bf011c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func defaultSecretConfig() SecretConfig {
func defaultMachineConfig() MachineConfig {
return MachineConfig{
CPUs: 1,
DiskSize: 10,
DiskSize: 20,
Image: "testing",
Memory: 2048,
}
Expand Down

0 comments on commit 0bf011c

Please sign in to comment.