[Libosinfo] [PATCH 1/3] debian: Better resources for wheezy

Lasse Schuirmann lasse.schuirmann at gmail.com
Fri Aug 15 15:20:24 UTC 2014


We currently specify recommended RAM for wheezy to be 512MiB and storage
to be 5.4GB. Given that the user might not only want to install a bare
system but also do something with the system 20GB of disk space and 1GiB
of RAM are a reasonable amount. Furthermore the debian desktop express
installation script will fail with less than about 15GB or so.
---
 data/oses/debian.xml.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/data/oses/debian.xml.in b/data/oses/debian.xml.in
index dc97d81..61d4d52 100644
--- a/data/oses/debian.xml.in
+++ b/data/oses/debian.xml.in
@@ -232,8 +232,8 @@
       </minimum>
       <recommended>
         <cpu>1000000000</cpu>
-        <ram>536870912</ram>
-        <storage>5368709120</storage>
+        <ram>1073741824</ram>
+        <storage>21474836480</storage>
       </recommended>
     </resources>
 
-- 
1.9.3




More information about the Libosinfo mailing list