When doing installation from "tree" we need at least 2GB of RAM in order
to decompress the needed files, otherwise the kickstart installation
will just fail.

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

diff --git a/data/os/centos.org/centos-7.0.xml.in 
b/data/os/centos.org/centos-7.0.xml.in
index cc583b9..0971c22 100644
--- a/data/os/centos.org/centos-7.0.xml.in
+++ b/data/os/centos.org/centos-7.0.xml.in
@@ -72,7 +72,7 @@
 
       <recommended>
         <cpu>1000000000</cpu>
-        <ram>1073741824</ram>
+        <ram>2147483648</ram>
         <storage>10737418240</storage>
       </recommended>
     </resources>
-- 
2.19.2

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

Reply via email to