Skip to content

Commit

Permalink
Fix Windows 11 minimum CPU requirement
Browse files Browse the repository at this point in the history
Set the minimum required CPUs to two as mandated by the Windows 11
System Requirements.

Signed-off-by: Felix Matouschek <[email protected]>
  • Loading branch information
0xFelix authored and kubevirt-bot committed Oct 10, 2023
1 parent da3559a commit f5f3790
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ spec:
# https://www.microsoft.com/en-gb/windows/windows-11-specifications?r=1
requirements:
cpu:
guest: 1
guest: 2
memory:
guest: 4Gi

0 comments on commit f5f3790

Please sign in to comment.