From owner-freebsd-questions Thu Feb 5 10:52:13 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA04837 for questions-outgoing; Thu, 5 Feb 1998 10:52:13 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA04791 for ; Thu, 5 Feb 1998 10:51:59 -0800 (PST) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id KAA00288; Thu, 5 Feb 1998 10:52:44 -0800 (PST) Message-Id: <199802051852.KAA00288@implode.root.com> To: Rob Miracle cc: freebsd-questions@FreeBSD.ORG Subject: Re: Memory Problem In-reply-to: Your message of "Thu, 05 Feb 1998 13:19:28 EST." <199802051819.NAA12896@Central.KeyWest.MPGN.COM> From: David Greenman Reply-To: dg@root.com Date: Thu, 05 Feb 1998 10:52:44 -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe questions" >I have a remote machine that just had a new 128M of memory added, bringing >the total up to 384M. I rebuilt the kernel remotely to recognize the >memory and when it reboots I get the following error (phoned it by the >people on site) > >real memory=402653184 (393216K bytes) >kmem_suballoc: bad status return of 3 >panic: kmem_suballoc >Automatic reboot in 15 seconds > >Bad memory? No, it's caused by running out of kernel VM. The system must be carefully tuned in order to run with that much memory. If you have bounce-buffers configured, take that out. Also take out anything else you don't need and be careful with options like NMBCLUSTERS and maxusers. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project