Skip to content

Commit

Permalink
Remove PhysicalMemory condition for installation on Windows
Browse files Browse the repository at this point in the history
Similarly to the macOS situation, the enforcement of the memory
requirements will happen on start of the VM. This will otherwise
prevent people to use Microshift or Podman preset on low-memory
machines.
  • Loading branch information
gbraad authored and praveenkumar committed May 5, 2023
1 parent a841d06 commit 9dfd795
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packaging/windows/product.wxs.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
<Condition Message="Red Hat OpenShift Local requires the Windows 10 Fall Creators Update (version 1709) or newer.">
<![CDATA[Installed OR (CURRENTBUILD > MINIMUMBUILD)]]>
</Condition>
<Condition Message="Red Hat OpenShift Local requires at least 9GB of RAM to run. Aborting installation.">
<![CDATA[Installed OR (PhysicalMemory >= 9126)]]>
</Condition>
<Property Id="WINDOWSEDITION" Secure="yes">
<RegistrySearch Id="WindowsEditionReg" Root="HKLM" Key="SOFTWARE\Microsoft\Windows NT\CurrentVersion" Name="EditionID" Type="raw" />
</Property>
Expand Down

0 comments on commit 9dfd795

Please sign in to comment.