From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755381AbcFQJ4E (ORCPT ); Fri, 17 Jun 2016 05:56:04 -0400 Received: from mail-wm0-f47.google.com ([74.125.82.47]:36725 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753318AbcFQJ4C (ORCPT ); Fri, 17 Jun 2016 05:56:02 -0400 Date: Fri, 17 Jun 2016 11:55:59 +0200 From: Michal Hocko To: Joonsoo Kim Cc: Andrew Morton , Vlastimil Babka , mgorman@techsingularity.net, Minchan Kim , Alexander Potapenko , Hugh Dickins , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v2 6/7] mm/page_owner: use stackdepot to store stacktrace Message-ID: <20160617095559.GC21670@dhcp22.suse.cz> References: <1464230275-25791-1-git-send-email-iamjoonsoo.kim@lge.com> <1464230275-25791-6-git-send-email-iamjoonsoo.kim@lge.com> <20160606135604.GJ11895@dhcp22.suse.cz> <20160617072525.GA810@js1304-P5Q-DELUXE> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160617072525.GA810@js1304-P5Q-DELUXE> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 17-06-16 16:25:26, Joonsoo Kim wrote: > On Mon, Jun 06, 2016 at 03:56:04PM +0200, Michal Hocko wrote: [...] > > I still have troubles to understand your numbers > > > > > static allocation: > > > 92274688 bytes -> 25165824 bytes > > > > I assume that the first numbers refers to the static allocation for the > > given amount of memory while the second one is the dynamic after the > > boot, right? > > No, first number refers to the static allocation before the patch and > second one is for after the patch. I guess we are both talking about the same thing in different words. All the allocations are static before the patch while all are dynamic after the patch. Your boot example just shows how much dynamic memory gets allocated during your boot. This will depend on the particular configuration but it will at least give a picture what the savings might be. -- Michal Hocko SUSE Labs