From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34907) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBdRR-00014O-Mr for qemu-devel@nongnu.org; Mon, 06 Nov 2017 04:11:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBdRM-0003xw-5O for qemu-devel@nongnu.org; Mon, 06 Nov 2017 04:11:37 -0500 Received: from mail-ot0-x22a.google.com ([2607:f8b0:4003:c0f::22a]:44274) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eBdRM-0003xC-0V for qemu-devel@nongnu.org; Mon, 06 Nov 2017 04:11:32 -0500 Received: by mail-ot0-x22a.google.com with SMTP id d36so7846861otf.1 for ; Mon, 06 Nov 2017 01:11:31 -0800 (PST) MIME-Version: 1.0 From: Wanpeng Li Date: Mon, 6 Nov 2017 17:11:30 +0800 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: [Qemu-devel] qemu core file size List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Kardashevskiy , Paolo Bonzini , Fam Zheng Cc: "qemu-devel@nongnu.org Developers" 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? Regards, Wanpeng Li