From owner-freebsd-questions@FreeBSD.ORG Fri Apr 10 19:30:29 2009 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 49A40106570B for ; Fri, 10 Apr 2009 19:30:29 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id D657A8FC31 for ; Fri, 10 Apr 2009 19:30:27 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n3AJUDKP024580; Fri, 10 Apr 2009 21:30:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n3AJUDxE024574; Fri, 10 Apr 2009 21:30:13 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Fri, 10 Apr 2009 21:30:13 +0200 (CEST) From: Wojciech Puchar To: gahn In-Reply-To: <493958.16188.qm@web52105.mail.re2.yahoo.com> Message-ID: References: <493958.16188.qm@web52105.mail.re2.yahoo.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd general questions Subject: Re: loader.conf 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: Fri, 10 Apr 2009 19:30:30 -0000 > > Hi all: > > I have a machine with 2GB memory. in the file loader.conf, there is a line: > > #hw.physmem="1G" # Limit physical memory. See loader(8) > > Could I remove the "#" and change that to "2G"? # mean commented out. leave it as is or delete. you don't have to specify it unless you want intentionally reduce available memory. FreeBSD autodetects how much you have