From owner-freebsd-current@FreeBSD.ORG Sun Nov 21 18:44:46 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 836D81065745 for ; Sun, 21 Nov 2010 18:44:46 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 543298FC24 for ; Sun, 21 Nov 2010 18:44:46 +0000 (UTC) Received: by pwi10 with SMTP id 10so1453365pwi.13 for ; Sun, 21 Nov 2010 10:44:46 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:in-reply-to :mime-version:content-transfer-encoding:content-type:message-id:cc :x-mailer:from:subject:date:to; bh=E0kgGPb+PVPIdVh7GczAdjFKMvkIiAV3KvqrpfVyqzE=; b=nyCCHl0sz2tvL7l8czzXxalhOqtT5VkFfm3WVlypTl0yAES9uZ6qwytORpix2wYdHE /9YtAK1r/FzimJ43oxI1a26rXJzJ94k2oQR69x7PjWgOEM0r0SloPjvLLDRjcYSsY7gV RKL4BrErExAHsl4rCs6fXtb3JdXyLxI4chJbI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; b=s+3mnkf3W/QTPHXpmT6VzquIHQ6cqUobODKYsOX56oIsLnp9AF5UW8I9cDaMG8bs5e D+/16LGyGUfdc/wqN8ofNEzNtmNM3pmYFlLRCWv2PVF3pd829usRHIcjzIBhY4iomWTX AkU005BDn1rv+zpOHelqrZLewfT2F4FxcfFc0= Received: by 10.142.82.4 with SMTP id f4mr3852786wfb.293.1290365085031; Sun, 21 Nov 2010 10:44:45 -0800 (PST) Received: from [10.43.37.55] ([166.205.136.189]) by mx.google.com with ESMTPS id x18sm5326466wfa.23.2010.11.21.10.44.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 21 Nov 2010 10:44:43 -0800 (PST) References: <1290359006.16558.787.camel@home-yahoo> <4CE962F5.5050904@feral.com> In-Reply-To: <4CE962F5.5050904@feral.com> Mime-Version: 1.0 (iPhone Mail 8B117) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: X-Mailer: iPhone Mail (8B117) From: Garrett Cooper Date: Sun, 21 Nov 2010 10:44:57 -0800 To: Matthew Jacob Cc: "freebsd-current@freebsd.org" Subject: Re: 256G Ram Panic X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 21 Nov 2010 18:44:46 -0000 On Nov 21, 2010, at 10:20 AM, Matthew Jacob wrote: > Any way to restrict the mem available with hints to find out where the cut= off point is? >=20 > On 11/21/2010 9:03 AM, Sean Bruno wrote: >> http://people.freebsd.org/~sbruno/256G_SMAP.png >> http://people.freebsd.org/~sbruno/256G_panic1.png >> http://people.freebsd.org/~sbruno/256G_panic2.png >>=20 >>=20 >> Trying to get the HP DL980 online today and I see the following panic on >> startup from the installer CD that I created from -CURRENT. >>=20 >>=20 Yeah. Do sysctl -a | grep phys -- that should point you to the right tunable= . -Garrett=