From mboxrd@z Thu Jan 1 00:00:00 1970 From: Izik Eidus Subject: Re: Live memory allocation? Date: Thu, 26 Mar 2009 16:04:09 +0200 Message-ID: <49CB8B59.20601@redhat.com> References: <49CB86BE.40505@poboxes.info> <49CB8AC3.5090303@wpkg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Evert , kvm@vger.kernel.org To: Tomasz Chmielewski Return-path: Received: from mx2.redhat.com ([66.187.237.31]:37447 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750996AbZCZOFS (ORCPT ); Thu, 26 Mar 2009 10:05:18 -0400 In-Reply-To: <49CB8AC3.5090303@wpkg.org> Sender: kvm-owner@vger.kernel.org List-ID: Tomasz Chmielewski wrote: > Evert schrieb: >> Hi all, >> >> According to the Wikipedia ( >> http://en.wikipedia.org/wiki/Comparison_of_platform_virtual_machines >> ) both VirtualBox & VMware server support something called 'Live >> memory allocation'. >> Does KVM support this as well? > > What does this term mean exactly? Is it the same as "ballooning" used > by KVM? > > I guess it referring to memory allocation on first time access to the memory areas, Meaning the memory allocation will be made only when it really going to be used. (But this is just a guess)