[virt-tools-list] [PATCH] fedora: fix min RAM requirements
Christophe Fergeau
cfergeau at redhat.com
Wed Aug 29 09:13:53 UTC 2012
Fedora 16 and 17 need 768MB as a minimum as indicated in the release
notes:
http://docs.fedoraproject.org/en-US/Fedora/16/html/Release_Notes/sect-Release_Notes-Welcome_to_Fedora_16.html#sect-Release_Notes-Hardware_Overview
http://docs.fedoraproject.org/en-US/Fedora/17/html/Release_Notes/sect-Release_Notes-Welcome_to_Fedora_17.html#sect-Release_Notes-Hardware_Overview
---
data/oses/fedora.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/oses/fedora.xml b/data/oses/fedora.xml
index 2e4d29c..27ab4b1 100644
--- a/data/oses/fedora.xml
+++ b/data/oses/fedora.xml
@@ -1185,7 +1185,7 @@
<resources arch="all">
<minimum>
<n-cpus>1</n-cpus>
- <ram>671088640</ram>
+ <ram>805306368</ram>
</minimum>
<recommended>
@@ -1270,7 +1270,7 @@
<resources arch="all">
<minimum>
<n-cpus>1</n-cpus>
- <ram>671088640</ram>
+ <ram>805306368</ram>
</minimum>
<recommended>
--
1.7.11.4
More information about the virt-tools-list
mailing list