From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755294AbYK0Bi1 (ORCPT ); Wed, 26 Nov 2008 20:38:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751911AbYK0BiM (ORCPT ); Wed, 26 Nov 2008 20:38:12 -0500 Received: from nlpi053.sbcis.sbc.com ([207.115.36.82]:44135 "EHLO nlpi053.prodigy.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751547AbYK0BiK (ORCPT ); Wed, 26 Nov 2008 20:38:10 -0500 Date: Wed, 26 Nov 2008 19:37:17 -0600 (CST) From: Christoph Lameter X-X-Sender: cl@quilx.com To: Eric Dumazet cc: Ingo Molnar , David Miller , "Rafael J. Wysocki" , linux-kernel@vger.kernel.org, kernel-testers@vger.kernel.org, Mike Galbraith , Peter Zijlstra , Linux Netdev List , Christoph Hellwig Subject: Re: [PATCH 0/6] fs: Scalability of sockets/pipes allocation/deallocation on SMP In-Reply-To: <492DDB6A.8090806@cosmosbay.com> Message-ID: References: <20081121083044.GL16242@elte.hu> <49267694.1030506@cosmosbay.com> <20081121.010508.40225532.davem@davemloft.net> <4926AEDB.10007@cosmosbay.com> <4926D022.5060008@cosmosbay.com> <20081121152148.GA20388@elte.hu> <4926D39D.9050603@cosmosbay.com> <20081121153453.GA23713@elte.hu> <492DDB6A.8090806@cosmosbay.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Score: -2.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 27 Nov 2008, Eric Dumazet wrote: > The last point is about SLUB being hit hard, unless we > use slub_min_order=3 at boot, or we use Christoph Lameter > patch (struct file RCU optimizations) > http://thread.gmane.org/gmane.linux.kernel/418615 > > If we boot machine with slub_min_order=3, SLUB overhead disappears. I'd rather not be that drastic. Did you try increasing slub_min_objects instead? Try 40-100. If we find the right number then we should update the tuning to make sure that it pickes the right slab page sizes. From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: [PATCH 0/6] fs: Scalability of sockets/pipes allocation/deallocation on SMP Date: Wed, 26 Nov 2008 19:37:17 -0600 (CST) Message-ID: References: <20081121083044.GL16242@elte.hu> <49267694.1030506@cosmosbay.com> <20081121.010508.40225532.davem@davemloft.net> <4926AEDB.10007@cosmosbay.com> <4926D022.5060008@cosmosbay.com> <20081121152148.GA20388@elte.hu> <4926D39D.9050603@cosmosbay.com> <20081121153453.GA23713@elte.hu> <492DDB6A.8090806@cosmosbay.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Ingo Molnar , David Miller , "Rafael J. Wysocki" , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Mike Galbraith , Peter Zijlstra , Linux Netdev List , Christoph Hellwig To: Eric Dumazet Return-path: In-Reply-To: <492DDB6A.8090806-fPLkHRcR87vqlBn2x/YWAg@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On Thu, 27 Nov 2008, Eric Dumazet wrote: > The last point is about SLUB being hit hard, unless we > use slub_min_order=3 at boot, or we use Christoph Lameter > patch (struct file RCU optimizations) > http://thread.gmane.org/gmane.linux.kernel/418615 > > If we boot machine with slub_min_order=3, SLUB overhead disappears. I'd rather not be that drastic. Did you try increasing slub_min_objects instead? Try 40-100. If we find the right number then we should update the tuning to make sure that it pickes the right slab page sizes.