WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH] [CA-35907] [DMC] Adjusts the HVM memory ratio to 0.25,

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH] [CA-35907] [DMC] Adjusts the HVM memory ratio to 0.25, for consistency with version 0.5 of the support requirements for dynamic memory control
From: Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>
Date: Thu, 14 Jan 2010 14:11:30 +0000
Cc:
Delivery-date: Thu, 14 Jan 2010 06:11:38 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>
# Date 1263478074 0
# Node ID 2bb504c3448749208423e1b2b189b91fa29ce970
# Parent  1f49f00797faf725de371513be573e0ca0badb26
[CA-35907] [DMC] Adjusts the HVM memory ratio to 0.25, for consistency with 
version 0.5 of the support requirements for dynamic memory control.
See http://scale/confluence/x/OBLQAQ

Signed-off-by: Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>

diff -r 1f49f00797fa -r 2bb504c34487 ocaml/xapi/xapi_globs.ml
--- a/ocaml/xapi/xapi_globs.ml  Fri Dec 04 16:04:36 2009 +0000
+++ b/ocaml/xapi/xapi_globs.ml  Thu Jan 14 14:07:54 2010 +0000
@@ -483,7 +483,7 @@
 
 (** A pool-wide configuration key that specifies for HVM guests a lower bound
     for the ratio k, where (memory-dynamic-min >= k * memory-static-max) *)
-let memory_ratio_hvm = ("memory-ratio-hvm", "0.50")
+let memory_ratio_hvm = ("memory-ratio-hvm", "0.25")
 
 (** A pool-wide configuration key that specifies for PV guests a lower bound
     for the ratio k, where (memory-dynamic-min >= k * memory-static-max) *)

Attachment: xen-api.hg.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-API] [PATCH] [CA-35907] [DMC] Adjusts the HVM memory ratio to 0.25, for consistency with version 0.5 of the support requirements for dynamic memory control, Jonathan Knowles <=