From owner-freebsd-amd64@FreeBSD.ORG Fri Mar 18 12:59:40 2011 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D4F9C106566B for ; Fri, 18 Mar 2011 12:59:40 +0000 (UTC) (envelope-from cao.zhong1@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id A00378FC16 for ; Fri, 18 Mar 2011 12:59:40 +0000 (UTC) Received: by iyj12 with SMTP id 12so4671394iyj.13 for ; Fri, 18 Mar 2011 05:59:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=wGlhykazvrsj0P/inSmgUS2D5WSJJ1Psv7bzys+5fXw=; b=U9xhjNGpjE2DQauqPmkN6K5dYoXfwS3m8Tbh02qhzZWfzreJqmcSt8xFOUF9Yps/el M/a4Gru3KXacgC2KUk9LjuIDKu30vnibKkZKCd6nUe4pRu+sM26cwCZS5pMX7UR7O3Is YllNXUm+t696zvZqt+M6yOODYu+U4cYz0nZrY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=tZ64CwiacONY4q8xBg2a21uEYX87d+GczBDiRB7tEXj7X8xihaL9zPNE60HiLYnaDA Q7rFfqUddBPHyjQ7dJfIWA6rHy1W8cph1oDgCdOek0UyKequhP9vd7VEwqKxrPulwYos iHreq6bwqSsV40yUa9aatAN+Sq+B8RklCocOg= MIME-Version: 1.0 Received: by 10.42.200.133 with SMTP id ew5mr1431104icb.182.1300451868017; Fri, 18 Mar 2011 05:37:48 -0700 (PDT) Received: by 10.42.18.202 with HTTP; Fri, 18 Mar 2011 05:37:48 -0700 (PDT) Date: Fri, 18 Mar 2011 20:37:48 +0800 Message-ID: From: Jacky Cao To: freebsd-amd64@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: AMD64 performance degrade under nforce310 computer X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Mar 2011 12:59:40 -0000 I am working on a AMD 64 4400+ with nforce310 chipset computer. It's very fast under i386 FreeBSD 8.1 distro, but obviously slower in amd64. I first notice this because I issue 'gmake -j200' without feel a thing on i386 while it's quite lag under 'gmake -j4' on amd64. After a little observation, it's seems disk accessing is slow, the nforce disk driver is a key point, but I'm not sure about it. Any suggestion? I thought 64bit x86 should be more faster than i386.