[Libosinfo] [osinfo-db PATCH 9/9] centos7: Increase the recommended ram size
Fabiano Fidêncio
fidencio at redhat.com
Fri Dec 21 14:09:41 UTC 2018
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 <fidencio at redhat.com>
---
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
More information about the Libosinfo
mailing list