From owner-freebsd-questions@FreeBSD.ORG Sun Nov 7 16:34:21 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C525F1065675 for ; Sun, 7 Nov 2010 16:34:21 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (ns2.r-bonomi.com [204.87.227.129]) by mx1.freebsd.org (Postfix) with ESMTP id 75F1F8FC16 for ; Sun, 7 Nov 2010 16:34:20 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.3/rdb1) id oA7GWFCg007357 for freebsd-questions@freebsd.org; Sun, 7 Nov 2010 10:32:15 -0600 (CST) Date: Sun, 7 Nov 2010 10:32:15 -0600 (CST) From: Robert Bonomi Message-ID: <201011071632.oA7GWFCg007357@mail.r-bonomi.com> To: freebsd-questions@freebsd.org Subject: Re: Installed memory today, questions immediately 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: Sun, 07 Nov 2010 16:34:21 -0000 > To: "FreeBSD Mailing List" > Date: Thu, 04 Nov 2010 19:13:53 -0700 > From: "justin v" > Subject: Installed memory today, questions immediately > > I installed 4GB or memory today. I rebooted and see this, the first line > after the splash menu thing: > > 983040K of memory above 4GB ignored > > dmesg shows avail mem amount and I am concerned as well: > > real memory = 4294967296 (4096 MB) > avail memory = 3139940352 (2994 MB) > > is a stick bad perhaps? Looking at this a little more carefully, the memory itself is fine The problem is _where_ it is being mapped into the address-space at. The first line is the give-awy ".... above 4GB ignored." At this point I'm *guessing*, but it looks like 'main memory' is gettnig mapped into the address-space in 1gb chunks and there is "something" (probably video memory) occuping space up to 0x?38000000 maybe a 128mb video card mapped in at a base 768mb If there is a way to relocate where the (presumed video) memory is mapped, say, down to a bae of 128mb, you could potentialy pick up 640 megs of usable memory. giving 3-3/4 gig less a bit, instead of barely 3 gigs. It's worth checking the video board manual and/or 'configuration' utility for a tweak.