From owner-freebsd-questions@FreeBSD.ORG Sun Aug 5 15:49:03 2007 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 0413E16A417 for ; Sun, 5 Aug 2007 15:49:03 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from mail-03.name-services.com (Mail-03.name-services.com [64.74.223.58]) by mx1.freebsd.org (Postfix) with ESMTP id F1F3213C45D for ; Sun, 5 Aug 2007 15:49:02 +0000 (UTC) (envelope-from fbsd2@a1poweruser.com) Received: from laptop ([76.190.247.202]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 5 Aug 2007 08:51:49 -0700 From: "fbsd2" To: Date: Sun, 5 Aug 2007 11:49:02 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3138 In-Reply-To: Importance: Normal X-OriginalArrivalTime: 05 Aug 2007 15:51:49.0847 (UTC) FILETIME=[89091670:01C7D778] Subject: RE: How to know the size of RAM memory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: fbsd2@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Aug 2007 15:49:03 -0000 I tried what people said to do and I get different values that do not match what the bios say. Why is there so large a difference? How can this be explained??? # /root >sysctl -a | grep -i memory Virtual Memory: (Total: 2871K, Active 91444K) Real Memory: (Total: 37324K Active 12756K) Shared Virtual Memory: (Total: 15088K Active: 9864K) Shared Real Memory: (Total: 3284K Active: 2700K) Free Memory Pages: 20896K # /root >dmesg | grep -i memory real memory = 67108864 (64 MB) avail memory = 56094720 (53 MB) bios show base 640k extended 64512k cache 384k total = 65536k -----Original Message----- From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Shantanoo Mahajan Sent: Sunday, August 05, 2007 2:52 AM To: Prakash Poudyal Cc: freebsd-questions@freebsd.org Subject: Re: How to know the size of RAM memory On 05-Aug-07, at 8:53 AM, Prakash Poudyal wrote: > Hello everybody, > > Can any body tell how to see the size of RAM memory in freebsd. ? you may try: sysctl -a | grep -i mem shanatnoo _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"