From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: lowest limit for balloon? Date: Mon, 18 Jul 2005 19:57:33 +0900 Message-ID: <9cde8bff05071803571388e532@mail.gmail.com> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org hello, currently there is one problem with balloon: if we specify too little memory for a domain, that domain might crash with OOM error. even in that case, balloon still happily do what we request. i just accidentally balloon dom0 to 0M, and must reboot the machine ;-) so i guess it is better to enforce a certain limit, so balloon will not bring the amount of memory for a domain to be lower than that level. there are few choices to do this: - each domain has a configurable option for this (for example: balloon-level in domain config file) - xen automatically determine this level for each domain (but how?) any idea? regards, aq