The recommended size of Windows 7 64bit is 2G, 512MB is probably too
low. Given that all hosts in Cambridge instance have at least 4G ram and
all hosts in colo have at least 8G, we bump Windows ram size to a more
reasonable value.

The value 1.75G is chosen because we might want to test Windows guest
migration in the future. This value should make it possible to do local
migration on 4G machines (512MB Dom0 + 1.75G source guest + 1.75G
incoming guest).

Signed-off-by: Wei Liu <wei.l...@citrix.com>
---
 ts-windows-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ts-windows-install b/ts-windows-install
index 7740ee6..67b18df 100755
--- a/ts-windows-install
+++ b/ts-windows-install
@@ -28,7 +28,7 @@ our $ho= selecthost($whhost);
 
 our $gho;
 
-our $ram_mb=    512;
+our $ram_mb=   1792;
 our $disk_mb= 10000;
 
 our $guesthost= 'win.guest.osstest';
-- 
1.9.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to