[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [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
# 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 _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |