Skip to content

Commit 380f8c7

Browse files
committed
Issue crc-org#2550 msi: check ram requirement before starting installation
1 parent ba20423 commit 380f8c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packaging/windows/product.wxs.in

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
<Condition Message="CodeReady Containers requires the Windows 10 Fall Creators Update (version 1709) or newer.">
3232
<![CDATA[Installed OR (CURRENTBUILD > MINIMUMBUILD)]]>
3333
</Condition>
34+
<Condition Message="CodeReady Containers requires atleast 9GB of RAM to run">
35+
<![CDATA[Installed OR (PhysicalMemory >= 9126)]]>
36+
</Condition>
3437
<util:Group Id="HypervAdminsGroup" Name="Hyper-V Administrators" />
3538
<util:Group Id="CrcUsersGroup" Name="crc-users" />
3639
<Directory Id="TARGETDIR" Name="SourceDir">

0 commit comments

Comments
 (0)