[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ts-windows-install: Bump RAM from 512M to 1700M
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@xxxxxxxxxxxxx> CC: Wei Liu <wei.liu2@xxxxxxxxxx> --- 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 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |