From owner-freebsd-questions@FreeBSD.ORG Mon Aug 14 08:53:25 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A444716A4DD for ; Mon, 14 Aug 2006 08:53:25 +0000 (UTC) (envelope-from prvs=ohartman=374a167a5@uni-mainz.de) Received: from mailgate02.zdv.uni-mainz.de (mailgate02.zdv.Uni-Mainz.DE [134.93.178.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F25843D46 for ; Mon, 14 Aug 2006 08:53:24 +0000 (GMT) (envelope-from prvs=ohartman=374a167a5@uni-mainz.de) Received: from exfront02.zdv.uni-mainz.de ([134.93.176.56]) by mailgate02.zdv.uni-mainz.de with ESMTP; 14 Aug 2006 10:53:23 +0200 Received: from mail.uni-mainz.de ([134.93.176.56]) by exfront02.zdv.Uni-Mainz.DE with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 Aug 2006 10:53:23 +0200 Received: from [130.133.86.198] ([130.133.86.198] RDNS failed) by mail.uni-mainz.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Mon, 14 Aug 2006 10:53:23 +0200 Message-ID: <44E03A02.4020007@uni-mainz.de> Date: Mon, 14 Aug 2006 10:53:22 +0200 From: "O. Hartmann" User-Agent: Thunderbird 1.5.0.5 (X11/20060731) MIME-Version: 1.0 To: Dinesh Nair References: <44DADF2F.6030905@uni-mainz.de> <44DDC04A.1000805@alphaque.com> In-Reply-To: <44DDC04A.1000805@alphaque.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 14 Aug 2006 08:53:23.0616 (UTC) FILETIME=[197F4200:01C6BF7F] Cc: freebsd-questions@freebsd.org Subject: Re: Performance issue amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Aug 2006 08:53:25 -0000 Dinesh Nair wrote: > > > On 08/10/06 15:24 O. Hartmann said the following: >> than a 100 minutes, Firefox and/or Thunderbird opens much slower than >> before and much slower as compared to the i386 box(!). > > i'd suspect the harddisk. are you building world with pipes, for this > would store the intermediae files during compilation on disk, making the > build slightly more disk bound. > Thanks for your reply. I think I see an option '-pipe' when building kernel and world - it's the standard I guess. oh