All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH OSSTEST] ts-windows-install: bump ram size to 1.75G
@ 2015-07-16 10:36 Wei Liu
  2015-07-16 10:37 ` Wei Liu
  2015-07-16 10:38 ` Andrew Cooper
  0 siblings, 2 replies; 3+ messages in thread
From: Wei Liu @ 2015-07-16 10:36 UTC (permalink / raw)
  To: Xen-devel; +Cc: ian.jackson, Wei Liu, ian.campbell

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.liu2@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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-16 10:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 10:36 [PATCH OSSTEST] ts-windows-install: bump ram size to 1.75G Wei Liu
2015-07-16 10:37 ` Wei Liu
2015-07-16 10:38 ` Andrew Cooper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.