From owner-freebsd-stable@FreeBSD.ORG Thu Nov 29 14:53:10 2007 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B9AA516A41A for ; Thu, 29 Nov 2007 14:53:10 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from angel.ticketswitch.com (angel.ticketswitch.com [IPv6:2002:57e0:1d4e::1]) by mx1.freebsd.org (Postfix) with ESMTP id 4FF6113C4D5 for ; Thu, 29 Nov 2007 14:53:09 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from smaug.rattatosk ([10.50.50.2]) by angel.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IxklH-000PNc-6i for freebsd-stable@FreeBSD.ORG; Thu, 29 Nov 2007 14:53:07 +0000 Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by smaug.rattatosk with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1IxklH-0007RZ-4u for freebsd-stable@FreeBSD.ORG; Thu, 29 Nov 2007 14:53:07 +0000 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.68 (FreeBSD)) (envelope-from ) id 1IxklH-000ElU-3w for freebsd-stable@FreeBSD.ORG; Thu, 29 Nov 2007 14:53:07 +0000 To: freebsd-stable@FreeBSD.ORG Message-Id: From: Pete French Date: Thu, 29 Nov 2007 14:53:07 +0000 Cc: Subject: Also seeing 2 x quad-core system slower that 2 x dual core X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 14:53:10 -0000 I think I also just came up against the same effect that the original poster saw. I have two sets of machines here - one is a pair of dual core Xeons, the other a pair of quad core Xeons. They are HP servers, more or less identical apart from the processors I belive. Both have 7.0-BETA3 installed, and the same config on them with the same files. I am trying to delete a gigabyte of files using 'rm -rf' On the dual core processors this takes about 20 seconds. On the quad cores it takes about 3 minutes! This is true for both the 32 and 64 bit versions of FreeBSD :-( -pcf.