From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753772Ab3KRSwq (ORCPT ); Mon, 18 Nov 2013 13:52:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53911 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752996Ab3KRSwk (ORCPT ); Mon, 18 Nov 2013 13:52:40 -0500 Date: Mon, 18 Nov 2013 13:52:24 -0500 From: Vivek Goyal To: "H. Peter Anvin" Cc: Yinghai Lu , Ingo Molnar , jerry.hoemann@hp.com, Pekka Enberg , Rob Landley , Thomas Gleixner , Ingo Molnar , x86 maintainers , Matt Fleming , Andrew Morton , "list@ebiederm.org:DOCUMENTATION" , "list@ebiederm.org:MEMORY MANAGEMENT" , linux-efi@vger.kernel.org, LKML Subject: Re: [PATCH 0/3] Early use of boot service memory Message-ID: <20131118185224.GD32168@redhat.com> References: <5285C639.5040203@zytor.com> <20131115140738.GB6637@redhat.com> <52865CA1.5020309@zytor.com> <20131115183002.GE6637@redhat.com> <52866C0D.3050006@zytor.com> <52867309.4040406@zytor.com> <20131118152255.GA32168@redhat.com> <528A5C7E.5080007@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <528A5C7E.5080007@zytor.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 18, 2013 at 10:29:18AM -0800, H. Peter Anvin wrote: > On 11/18/2013 07:22 AM, Vivek Goyal wrote: > > > > And if that's true, then reserving 72M extra due to crashkernel=X,high > > should not be a big issue in KVM guests. It will still be an issue on > > physical servers though. > > > > Yes, but there it is a single instance and not a huge amount of RAM. Agreed. But for some people it is. For example, we don't enable kdump by default on fedora. Often people don't like 128MB of their laptop memory not being used. And I have been thinking how to reduce memory usage further so that I can enable kdump by default on Fedora. Instead, now this 72MB increase come in picture which does not bring us any benefit for most of the people. Only people who benefit from it are large memory servers and everybody else (having memory more than 4G) pays this penalty. I rather prefer that this penalty of 72M is paid only by those who need to have memory reservation above 4G. Thanks Vivek