From owner-freebsd-questions@FreeBSD.ORG Sun Aug 5 07:18:23 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 3511416A418 for ; Sun, 5 Aug 2007 07:18:23 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: from rv-out-0910.google.com (rv-out-0910.google.com [209.85.198.188]) by mx1.freebsd.org (Postfix) with ESMTP id 1B2D513C458 for ; Sun, 5 Aug 2007 07:18:23 +0000 (UTC) (envelope-from shantanoo@gmail.com) Received: by rv-out-0910.google.com with SMTP id f1so778624rvb for ; Sun, 05 Aug 2007 00:18:22 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=krg+OW070NaEozqaJBaPhCU+K01YpRZdOGDASJQQWU6WIXK4tuFsy+O/sjZK23xxKvgw3Hg6SE+1h44FFxejJdIiuE4WEhPwFxUxiqDBjV32VSajDeMC22RnjYa8n6FLa9WpbJWzbb1hi/qWqaz4v+rFIQ/7csTZTcbTTddrwWg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:content-transfer-encoding:from:subject:date:to:x-mailer; b=AZdbXujRrF+NasU3O2bZx4EaG4/iDvslCY942RVjov5vqDPyvEJGMo4GKkzDy1+WHwk4i4EyWVW+Ac6Alcem3i46cLEToAN64BUcPDl4+0PFiSGbWQPRG1dYcx7gsa9gA5cerfKPbworAbV1Xkb7fVtcKbPJUU6Rlm4k/A2qTos= Received: by 10.141.52.5 with SMTP id e5mr1692856rvk.1186296708956; Sat, 04 Aug 2007 23:51:48 -0700 (PDT) Received: from ?192.168.0.2? ( [121.247.78.27]) by mx.google.com with ESMTPS id c14sm8607657rvf.2007.08.04.23.51.46 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Aug 2007 23:51:47 -0700 (PDT) In-Reply-To: <1428d0e80708042023k3b5bec4cs4683a92f84d3f521@mail.gmail.com> References: <1428d0e80708042023k3b5bec4cs4683a92f84d3f521@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v752.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Shantanoo Mahajan Date: Sun, 5 Aug 2007 12:21:40 +0530 To: Prakash Poudyal X-Mailer: Apple Mail (2.752.3) Cc: freebsd-questions@freebsd.org Subject: Re: How to know the size of RAM memory 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, 05 Aug 2007 07:18:23 -0000 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