From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Re: [OSSTEST PATCH] ts-windows-install: Bump RAM from 512M to 1700M Date: Thu, 16 Jul 2015 11:57:47 +0100 Message-ID: <55A78E2B.10700@citrix.com> References: <1437042708-20126-1-git-send-email-ian.jackson@eu.citrix.com> <55A78941.7040002@citrix.com> <1437044041.32371.170.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZFgrS-00026a-7L for xen-devel@lists.xenproject.org; Thu, 16 Jul 2015 10:57:54 +0000 In-Reply-To: <1437044041.32371.170.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: xen-devel@lists.xenproject.org, Ian Jackson , Wei Liu List-Id: xen-devel@lists.xenproject.org On 16/07/15 11:54, Ian Campbell wrote: > On Thu, 2015-07-16 at 11:36 +0100, Andrew Cooper wrote: >> On 16/07/15 11:31, Ian Jackson wrote: >>> 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 >>> CC: Wei Liu >> 1.7 + 1.7 + 0.5 = 3.9 > Where 2x1.7 is for localhost migration. right? Yes. Sorry - I should have stated that outright. ~Andrew