In order to perform a tree based installation, dracut will download the
whole stage2 into memory, using them more memory than the recommended to
run the system.

The value used is the same one used for RHEL, 1.5GB.

Signed-off-by: Fabiano Fidêncio <[email protected]>
---
 data/os/centos.org/centos-7.0.xml.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/data/os/centos.org/centos-7.0.xml.in 
b/data/os/centos.org/centos-7.0.xml.in
index 5a3b65d..9e38617 100644
--- a/data/os/centos.org/centos-7.0.xml.in
+++ b/data/os/centos.org/centos-7.0.xml.in
@@ -74,6 +74,10 @@
         <ram>1073741824</ram>
         <storage>10737418240</storage>
       </recommended>
+
+      <network-install>
+        <ram>1610612736</ram>
+      </network-install>
     </resources>
 
     <installer>
-- 
2.20.1

_______________________________________________
Libosinfo mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libosinfo

Reply via email to