From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758114AbYHAS42 (ORCPT ); Fri, 1 Aug 2008 14:56:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752330AbYHAS4U (ORCPT ); Fri, 1 Aug 2008 14:56:20 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:54157 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752135AbYHAS4T (ORCPT ); Fri, 1 Aug 2008 14:56:19 -0400 Date: Fri, 1 Aug 2008 11:49:42 -0700 (PDT) From: Linus Torvalds To: Robin Holt cc: "Eric W. Biederman" , linux-kernel@vger.kernel.org, Pavel Emelyanov , Oleg Nesterov , Sukadev Bhattiprolu , Paul Menage , Andrew Morton Subject: Re: [Patch] Scale pidhash_shift/pidhash_size up based on num_possible_cpus(). In-Reply-To: <20080801120455.GP9663@sgi.com> Message-ID: References: <20080731170022.GE9663@sgi.com> <20080731193204.GG9663@sgi.com> <20080731200835.GK9663@sgi.com> <20080801120455.GP9663@sgi.com> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 1 Aug 2008, Robin Holt wrote: > > It was initially detected while profiling 'ps' on a 2048p machine that > had 13 kernel threads per cpu. Grr. Wouldn't it be better to concentrate on that "13 kernel threads per cpu" part? Linus