From owner-freebsd-questions@FreeBSD.ORG Tue Feb 6 06:12:36 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D931416A406 for ; Tue, 6 Feb 2007 06:12:36 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.184]) by mx1.freebsd.org (Postfix) with ESMTP id 7491213C4A5 for ; Tue, 6 Feb 2007 06:12:36 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so65491nfc for ; Mon, 05 Feb 2007 22:12:35 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PT730S5hYR59e/ZO/kksmvj94j0BvL/FnglytRIiBEXxv1PtmVgAXQ9qRtk/Z/uwIhhGeGymtQN4lVSIk1M7tqnvz76hNfF1KwQ7xSDjD9Yfx8rFVyfuqA25SM7hy6arjsjr8+pgNmKeXOyL3UGiNcGxxJGtx2FBblUIgmF55jM= Received: by 10.82.169.4 with SMTP id r4mr1382461bue.1170742354793; Mon, 05 Feb 2007 22:12:34 -0800 (PST) Received: by 10.82.163.14 with HTTP; Mon, 5 Feb 2007 22:12:34 -0800 (PST) Message-ID: <8cb6106e0702052212n7be5d148ife2a80d38ccd1a14@mail.gmail.com> Date: Mon, 5 Feb 2007 22:12:34 -0800 From: "Josh Carroll" To: "Jim Pazarena" In-Reply-To: <45C81892.6090701@ccstores.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45C81892.6090701@ccstores.com> Cc: freebsd-questions@freebsd.org Subject: Re: memory above 4Gb ignored X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: josh.carroll@psualum.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Feb 2007 06:12:36 -0000 > I do not see any reference to resolving the > "786432K of memory above 4Gb ignored" anywhere in Google or otherwise. Are you running the i386 version of 6.2-RELEASE? If so, you will need to enable PAE (recompile the kernel with options PAE), or install the amd64 version of 6.2 instead. Note that there is a performance hit with PAE and other downsides, so you should probably go for the amd64 version for optimal performance. Regards, Josh