From 66d0b3d45bda73205b59693baeeefdf27e6c9c66 Mon Sep 17 00:00:00 2001 From: Marcus Sorensen Date: Tue, 28 Jan 2014 16:03:52 -0700 Subject: [PATCH] CLOUDSTACK-5968 create vm.memballoon.disable agent parameter (cherry picked from commit 661a19bde3bf9726954f5ba88b8830f8c5a17926) Signed-off-by: Animesh Chaturvedi --- agent/conf/agent.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/agent/conf/agent.properties b/agent/conf/agent.properties index 5f5f3682afd..8bd9756ef27 100644 --- a/agent/conf/agent.properties +++ b/agent/conf/agent.properties @@ -114,3 +114,7 @@ domr.scripts.dir=scripts/network/domr/kvm # for examples:"Conroe" "Penryn", "Nehalem", "Westmere", "pentiumpro" and so # on,run virsh capabilities for more details. # guest.cpu.model= +# +# vm.memballoon.disable=true +# Disable memory ballooning on vm guests for overcommit, by default overcommit +# feature enables balloon and sets currentMemory to a minimum value