Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754301Ab3CKUpj (ORCPT ); Mon, 11 Mar 2013 16:45:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:31496 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753422Ab3CKUpi (ORCPT ); Mon, 11 Mar 2013 16:45:38 -0400 Date: Mon, 11 Mar 2013 16:45:30 -0400 From: Vivek Goyal To: "Eric W. Biederman" Cc: "H. Peter Anvin" , Yinghai Lu , Konrad Rzeszutek Wilk , Thomas Gleixner , Ingo Molnar , WANG Chao , linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86, kdump: Set crashkernel_low automatically Message-ID: <20130311204530.GE14738@redhat.com> References: <20130311182655.GB12107@redhat.com> <513E2695.3080707@zytor.com> <513E28B8.3000502@zytor.com> <20130311192021.GF12107@redhat.com> <513E36CB.5040908@zytor.com> <20130311201245.GC14738@redhat.com> <513E3C44.9030402@zytor.com> <87hakhk6xu.fsf@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87hakhk6xu.fsf@xmission.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 Content-Length: 1206 Lines: 35 On Mon, Mar 11, 2013 at 01:38:53PM -0700, Eric W. Biederman wrote: [..] > I would argue > that it might be better to figure out how to use a small memory > foot-print and try to keep that foot-print from growing. In my experience, trying to keep foot-print small has kind of been a losing battle. - People want more functionality in second kernel, want to dump to more complicated IO stacks and that requires pulling in more drivers, more libraries, more daemons, more user space tools and what not. - Now we use dracut generated initramfs and it has been growing in size. Now systemd has been pulled in too. - Drivers keep on increasing their memory usage. - makdumpfile needs more memory to dump large machines. There are so many places where memory usage is going up and trying to keep track of all that has been very hard. So I would think that it is a good goal to have but continuously increasing memory usage is inevitable. Thanks Vivek -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/