From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ystha-0000Ws-Lc for qemu-devel@nongnu.org; Thu, 14 May 2015 10:01:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsthW-0000kt-Sz for qemu-devel@nongnu.org; Thu, 14 May 2015 10:01:30 -0400 Message-ID: <5554AA91.2000601@gmail.com> Date: Thu, 14 May 2015 22:00:49 +0800 From: Wen Congyang MIME-Version: 1.0 References: <1431076567-30371-1-git-send-email-wency@cn.fujitsu.com> <1431076567-30371-2-git-send-email-wency@cn.fujitsu.com> <20150514111937.GD2576@work-vm> In-Reply-To: <20150514111937.GD2576@work-vm> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH COLO v4 01/15] docs: block replication's description List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Dr. David Alan Gilbert" , Wen Congyang Cc: Kevin Wolf , Fam Zheng , Lai Jiangshan , qemu block , Jiang Yunhong , Dong Eddie , qemu devel , Max Reitz , Gonglei , Stefan Hajnoczi , Paolo Bonzini , Yang Hongyang , zhanghailiang At 2015/5/14 19:19, Dr. David Alan Gilbert Wrote: > One thing I wanted to check I understand; how much RAM do the active and hidden > disks use; lets say during the 1st checkpoint 10MB of disk is written, > and during hte 2nd checkpoint a different 10MB of the disk is written > (to different locations on the disk); how big are the active and hidden > disks in RAM - are they 10MB or 20MB? 10MB, we will make active and hidden disks empty when doing checkpoint. Thanks Wen Congyang