[Libosinfo] [PATCH] rhel: Really correct minimum RAM for RHEL6
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Fri Dec 28 23:39:58 UTC 2012
From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
RHEL6 requires 512MB, not 256 as per documentation:
http://www.redhat.com/resourcelibrary/articles/articles-red-hat-enterprise-linux-6-technology-capabilities-and-limit
Thanks to Christophe Fergeau for pointing this one out as well.
Pushed under trivial rule.
---
data/oses/rhel.xml.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/oses/rhel.xml.in b/data/oses/rhel.xml.in
index cbd36ae..7d927e9 100644
--- a/data/oses/rhel.xml.in
+++ b/data/oses/rhel.xml.in
@@ -783,7 +783,7 @@
<resources arch="all">
<minimum>
<n-cpus>1</n-cpus>
- <ram>268435456</ram>
+ <ram>536870912</ram>
</minimum>
<recommended>
--
1.8.0.2
More information about the Libosinfo
mailing list