Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(kubevirt): Provide 2Gi of RAM to guest by default
Signed-off-by: Lee Yarwood <[email protected]>
  • Loading branch information
lyarwood committed Nov 4, 2025
commit 8e81e5ce42d8416ea677be2dda49d6f3f8dfa833
2 changes: 1 addition & 1 deletion pkg/toolsets/kubevirt/vm/create/plan.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
- name: {{.Name}}-rootdisk
{{- if not .Instancetype}}
memory:
guest: 1Gi
guest: 2Gi
{{- end}}
volumes:
- name: {{.Name}}-rootdisk
Expand Down