From owner-freebsd-questions Thu Mar 27 18:04:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA12071 for questions-outgoing; Thu, 27 Mar 1997 18:04:29 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA12059 for ; Thu, 27 Mar 1997 18:04:24 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id SAA23720; Thu, 27 Mar 1997 18:05:36 -0800 (PST) Message-Id: <199703280205.SAA23720@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: Mark E Larson cc: freebsd-questions@FreeBSD.ORG Subject: Re: Extended memory in 2.2.1 In-reply-to: Your message of "Thu, 27 Mar 1997 10:25:44 EST." <3.0.32.19970327102543.00a9ddc0@agisgate.agis.net> From: David Greenman Reply-To: dg@root.com Date: Thu, 27 Mar 1997 18:05:35 -0800 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Howdy! > >This is my line in the kernel: > >options "MAXMEM=393216" > >After compile, on boot up I recieve this message: > >real memory = 402653184 (393216K bytes) >kmem_suballoc: bad status return of 3 >panic: kmem_suballoc >Automatic reboot in 15 seconds - press any key to reboot This indicates that the kernel has run out of virtual memory - indicating that you were previously right on the edge of running out and that the machine would likely have been unreliable even when it did 'work'. Send me a copy of you kernel config file and I'll help you tune it. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project