From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx> A RAM of 128 MiB and storage of 2 GiB might have been adequate in the days when XP came out but now a days its not a lot at all. So lets recommend at least 512 MiB RAM and 10 GiB storage. --- data/oses/windows.xml.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/oses/windows.xml.in b/data/oses/windows.xml.in index f968565..879ead3 100644 --- a/data/oses/windows.xml.in +++ b/data/oses/windows.xml.in @@ -352,10 +352,11 @@ <recommended> <cpu>300000000</cpu> - <ram>134217728</ram> - <storage>2147483648</storage> + <ram>536870912</ram> + <storage>10737418240</storage> </recommended> </resources> + <resources arch="x86_64"> <minimum> <cpu>733000000</cpu> -- 1.8.0