Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 14 Aug 2002 21:15:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 14 Aug 2002 21:15:33 -0400 Received: from pc2-cwma1-5-cust12.swa.cable.ntl.com ([80.5.121.12]:51194 "EHLO irongate.swansea.linux.org.uk") by vger.kernel.org with ESMTP id ; Wed, 14 Aug 2002 21:15:32 -0400 Subject: Re: Performance differences for recent kernels running forky test. From: Alan Cox To: Steven Cole Cc: Linux Kernel In-Reply-To: <1029352630.14756.140.camel@spc9.esa.lanl.gov> References: <1029352630.14756.140.camel@spc9.esa.lanl.gov> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 (1.0.3-6) Date: 15 Aug 2002 02:17:41 +0100 Message-Id: <1029374261.28236.23.camel@irongate.swansea.linux.org.uk> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 826 Lines: 21 On Wed, 2002-08-14 at 20:17, Steven Cole wrote: > I ran the following lots_of_forks.sh script for several kernels. > > http://people.nl.linux.org/~phillips/patches/lots_of_forks.sh > > using time -v sh lots_of_forks.sh > > The results for 2.4.20-pre2 and 2.4.20-pre2-ac1 are very different. I'd expect that to be the case. Rmap is a huge win for many things but its not a good win on fork times. The question is whether fork bombs dominate your working load and what the tradeoffs are between saner VM behaviour and less accounting overhead. Its not clear what the answer is. - 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/