From owner-freebsd-current@FreeBSD.ORG Tue Aug 13 03:36:50 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A91D3282; Tue, 13 Aug 2013 03:36:50 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 411272311; Tue, 13 Aug 2013 03:36:49 +0000 (UTC) Received: from [127.0.0.1] (Scott4long@pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.5/8.14.5) with ESMTP id r7D3amlO061486; Mon, 12 Aug 2013 21:36:48 -0600 (MDT) (envelope-from scottl@samsco.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: i386 panic From: Scott Long In-Reply-To: <1376336582.1469.9.camel@localhost> Date: Mon, 12 Aug 2013 21:36:48 -0600 Content-Transfer-Encoding: 7bit Message-Id: References: <1376336582.1469.9.camel@localhost> To: sbruno@freebsd.org X-Mailer: Apple Mail (2.1508) Cc: "freebsd-current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Aug 2013 03:36:50 -0000 On Aug 12, 2013, at 1:43 PM, Sean Bruno wrote: > http://people.freebsd.org/~sbruno/10_i386_vmfault.txt > > I can never tell if stuff like this is because I'm not nerfing the > system RAM correctly or if this is i386 bit-rot. > > I set hw.physmem="2g" in loader.conf to try and get the system to boot, > but I don't think I did it right? > That shouldn't happen. Maybe you've run out of kmem? It's limited to only like 400MB on i386. Or maybe you've blown out a data structure with all of those CPUs. Scott