Skip to content

Commit 8e81e5c

Browse files
committed
fix(kubevirt): Provide 2Gi of RAM to guest by default
Signed-off-by: Lee Yarwood <lyarwood@redhat.com>
1 parent b6478c3 commit 8e81e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/toolsets/kubevirt/vm/create/plan.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
- name: {{.Name}}-rootdisk
4545
{{- if not .Instancetype}}
4646
memory:
47-
guest: 1Gi
47+
guest: 2Gi
4848
{{- end}}
4949
volumes:
5050
- name: {{.Name}}-rootdisk

0 commit comments

Comments
 (0)