From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBduu-0002ET-B8 for qemu-devel@nongnu.org; Mon, 06 Nov 2017 04:42:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBdup-0001Gz-AU for qemu-devel@nongnu.org; Mon, 06 Nov 2017 04:42:04 -0500 Received: from mail-wm0-f51.google.com ([74.125.82.51]:54861) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBdup-0001Gh-3y for qemu-devel@nongnu.org; Mon, 06 Nov 2017 04:41:59 -0500 Received: by mail-wm0-f51.google.com with SMTP id r68so12775814wmr.3 for ; Mon, 06 Nov 2017 01:41:58 -0800 (PST) References: From: Paolo Bonzini Message-ID: <80415da5-4eef-bf85-b617-fadc3dae4475@redhat.com> Date: Mon, 6 Nov 2017 10:41:56 +0100 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] qemu core file size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wanpeng Li , Alexey Kardashevskiy , Fam Zheng Cc: "qemu-devel@nongnu.org Developers" On 06/11/2017 10:11, Wanpeng Li wrote: > Hi all, > > qemu core dump, max_core="unlimited", dump_guest_core=0, kill -11 pid > to generate a qemu core file, the Rss of qemu itself is ~40MB, the > core file is almost ~40MB in centos 6.x, but ~400MB in cents 7.x, any > idea? My suspicion is the memory API, which isn't used in CentOS 6.x. QEMU 2.11 should fix that. Paolo