We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba20423 commit 380f8c7Copy full SHA for 380f8c7
packaging/windows/product.wxs.in
@@ -31,6 +31,9 @@
31
<Condition Message="CodeReady Containers requires the Windows 10 Fall Creators Update (version 1709) or newer.">
32
<![CDATA[Installed OR (CURRENTBUILD > MINIMUMBUILD)]]>
33
</Condition>
34
+ <Condition Message="CodeReady Containers requires atleast 9GB of RAM to run">
35
+ <![CDATA[Installed OR (PhysicalMemory >= 9126)]]>
36
+ </Condition>
37
<util:Group Id="HypervAdminsGroup" Name="Hyper-V Administrators" />
38
<util:Group Id="CrcUsersGroup" Name="crc-users" />
39
<Directory Id="TARGETDIR" Name="SourceDir">
0 commit comments