Xen-Devel Archive mirror
 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

* Re: [PATCH OSSTEST] ts-windows-install: bump ram size to 1.75G
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Wei Liu @ 2015-07-16 10:37 UTC (permalink / raw
  To: Xen-devel; +Cc: ian.jackson, Wei Liu, ian.campbell

Ignore this. Ian already sent to patch!

On Thu, Jul 16, 2015 at 11:36:13AM +0100, Wei Liu wrote:
> 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	[flat|nested] 3+ messages in thread

* Re: [PATCH OSSTEST] ts-windows-install: bump ram size to 1.75G
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Cooper @ 2015-07-16 10:38 UTC (permalink / raw
  To: Wei Liu, Xen-devel; +Cc: ian.jackson, ian.campbell

On 16/07/15 11:36, Wei Liu wrote:
> 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>

Similar to my reply to Ian, but 1.75 + 1.75 + 0.5 is 4.  Where do you
expect Xen to run in this setup?

~Andrew

^ permalink raw reply	[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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).