[Libosinfo] [PATCH] rhel: Correct minimum RAM for RHEL6
Zeeshan Ali (Khattak)
zeeshanak at gnome.org
Thu Dec 27 13:34:46 UTC 2012
From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
According to the docs, 256MB is required minimum:
http://www.redhat.com/resourcelibrary/articles/articles-red-hat-enterprise-linux-6-technology-capabilities-and-limits
Thanks to Christophe Fergeau for pointing this out.
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 da9ddda..cbd36ae 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>805306368</ram>
+ <ram>268435456</ram>
</minimum>
<recommended>
--
1.8.0.2
More information about the Libosinfo
mailing list