All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH] ts-windows-install: Bump RAM from 512M to 1700M
@ 2015-07-16 10:31 Ian Jackson
  2015-07-16 10:36 ` Andrew Cooper
  0 siblings, 1 reply; 8+ messages in thread
From: Ian Jackson @ 2015-07-16 10:31 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell

Sadly we lack a proper infrastructure for handing guest memory size
and fitting it into the host.  We don't currently even have in our
database the amount of RAM the host has.

The recommended minimum for Windows is 2Gby.  But we have (in the
Cambridge instance) some hosts which only have 4Gby.  We allow 512 for
dom0.  So set this to 1700 which should fit.

Later we may want to do something more sophisticated, like adjusting
this to 2048 if the host has enough, or only running the test on
bigger hosts, or something.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
CC: 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..bdedf2b 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=   1700;
 our $disk_mb= 10000;
 
 our $guesthost= 'win.guest.osstest';
-- 
1.7.10.4

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16 10:31 [OSSTEST PATCH] ts-windows-install: Bump RAM from 512M to 1700M Ian Jackson
2015-07-16 10:36 ` Andrew Cooper
2015-07-16 10:54   ` Ian Campbell
2015-07-16 10:57     ` Andrew Cooper
2015-07-16 11:21     ` [OSSTEST PATCH v2] ts-windows-install: Bump RAM from 512M to 1536M Ian Jackson
2015-07-16 11:23       ` Wei Liu
2015-07-16 11:25       ` Ian Campbell
2015-07-16 16:11         ` Ian Jackson

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.