From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 11:08:31 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C8C237B401 for ; Wed, 2 Jul 2003 11:08:31 -0700 (PDT) Received: from skippyii.compar.com (mail.compar.com [216.208.38.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94B4E43FE9 for ; Wed, 2 Jul 2003 11:08:30 -0700 (PDT) (envelope-from sorin@compar.com) Received: from sorin (nat.compar.com [216.208.38.137]) by skippyii.compar.com (8.11.3/8.11.3) with ESMTP id h62IGZf16649 for ; Wed, 2 Jul 2003 14:16:35 -0400 (EDT) (envelope-from sorin@compar.com) From: "Sorin Chiorean" To: Date: Wed, 2 Jul 2003 14:07:50 -0400 Message-ID: <005901c340c4$d9816750$0b6fa8c0@sorin> 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, Build 10.0.4024 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: Increasing memory on a FreeBSD 4.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 18:08:31 -0000 I have increased memory on my FreeBSD from 128 Mb to 384 Mb. I have a MAXMEM option in the Kernel configuration file : # Machine Information machine "i386" cpu "I686_CPU" ident "test" maxusers 32 options MAXMEM=""131072" How can I avoid to rebuild the kernel and to use all memory ? Thanks. Sorin