From owner-freebsd-stable@FreeBSD.ORG Tue Mar 14 17:52:06 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F55C16A420 for ; Tue, 14 Mar 2006 17:52:06 +0000 (UTC) (envelope-from atanas@asd.aplus.net) Received: from pro20.abac.com (pro20.abac.com [66.226.64.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F1F43D45 for ; Tue, 14 Mar 2006 17:52:05 +0000 (GMT) (envelope-from atanas@asd.aplus.net) Received: from [216.55.129.41] (asd0.aplus.net [216.55.129.41]) (authenticated bits=0) by pro20.abac.com (8.13.4/8.13.4) with ESMTP id k2EHq3jQ082059 for ; Tue, 14 Mar 2006 09:52:03 -0800 (PST) (envelope-from atanas@asd.aplus.net) Message-ID: <44170327.7030702@asd.aplus.net> Date: Tue, 14 Mar 2006 09:53:43 -0800 From: Atanas User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: freebsd-stable@freebsd.org References: <200603141630.k2EGUgDe053168@lurza.secnetix.de> In-Reply-To: <200603141630.k2EGUgDe053168@lurza.secnetix.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 1.47 (SPF_SOFTFAIL) Subject: Re: FreeBSD/i386 6-stable + 4 GB RAM X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Mar 2006 17:52:06 -0000 Oliver Fromme said the following on 03/14/06 08:30: > > Will FreeBSD/i386 6-stable run on a 4 GB machine out of the > box? Do I have to apply special tuning (kernel config or > sysctl or whatever)? Using PAE shouldn't be necessary, I > assume. > All it depends is what size of memory address space the motherboard manufacturer decided to reserve for PCI devices. I've seen boards with PCI window size ranging from 256 to 1024MB. In order to utilize the full amount of RAM you would need PAE. > It would also be interesting to know if 4-stable (which is > currently running on the predecessor machines) would run > without problems on those new 4 GB ones, too. > For 4-STABLE you would need to adjust KVA_PAGES. Otherwise, depending on the load and the memory usage, you might get random crashes. Or at least this is what I experienced when upgrading RAM on a bunch of 4.x based machines. Regards, Atanas