From owner-freebsd-hardware@FreeBSD.ORG Tue Dec 9 15:33:50 2014 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EBD26BE for ; Tue, 9 Dec 2014 15:33:50 +0000 (UTC) Received: from mail-wg0-x235.google.com (mail-wg0-x235.google.com [IPv6:2a00:1450:400c:c00::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1FC3D337 for ; Tue, 9 Dec 2014 15:33:50 +0000 (UTC) Received: by mail-wg0-f53.google.com with SMTP id l18so1124431wgh.26 for ; Tue, 09 Dec 2014 07:33:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=Tl1RYmsZPQjLWI+T1jZjdph4cS/XaQY8S329bfL72LM=; b=B2V/zwA46zrWYT8Gvs2DL3PFl18psB7N8zJdpR6G1mtYLzeXXQwcqBWjf7SPrAaIXz eA/Eyldlsv/v0RDNQsam/4/hkUW3itDzq5xuGajJx6FiSml272gglrFPCo9rEkFh5kWy ghK9UZbAa1kLRg5fb+JJcJ44aVCaArFbHdzCgacGO4u8alr1DTCZawE1rhCW3R0tui3k p8tMgTMQeXOk9qRq4Vz/xPrNBMFxEGOUz+EyfdXRsFfENe8gg/df1MDhlvnmLPjsoZ1z +H+aH+AvcT4jAdSS1JFt49eXbYSOR8n4OuHBsVM1QFqg+OSgfgjOY9lNkOBatuSDqvVA B0bA== X-Received: by 10.180.75.199 with SMTP id e7mr33695129wiw.21.1418139228496; Tue, 09 Dec 2014 07:33:48 -0800 (PST) Received: from gumby.homeunix.com (5ec3c54b.skybroadband.com. [94.195.197.75]) by mx.google.com with ESMTPSA id r10sm2652198wiy.19.2014.12.09.07.33.47 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 09 Dec 2014 07:33:48 -0800 (PST) Date: Tue, 9 Dec 2014 15:33:41 +0000 From: RW To: freebsd-hardware@freebsd.org Subject: Re: Real vs available memory Message-ID: <20141209153341.6206e954@gumby.homeunix.com> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Dec 2014 15:33:50 -0000 On Tue, 9 Dec 2014 10:19:31 -0500 (EST) Frank Seltzer wrote: > I have a Dell Studio XPS 7100 that came with 4 gigs of memory. I > have added another 4 gigs but there is a problem using it. The > system BIOS sees the additional 4 gigs and apparently so does FreeBSD > but I get this during boot. > > real memory = 8589934592 (8192 MB) > avail memory = 3400794112 (3243 MB) > > How do I get use of the full 8 gigs? If it's because you're using the i386 version, you need to install amd64 version instead.