Date: Sun, 06 Sep 1998 21:12:28 -0700 From: David Greenman <dg@root.com> To: bifrost@dis.org Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/7822:MachineRebootswithoutreason Message-ID: <199809070412.VAA21527@implode.root.com> In-Reply-To: Your message of "Sun, 06 Sep 1998 20:50:01 PDT." <199809070350.UAA16341@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
>The following reply was made to PR kern/7822; it has been noted by GNATS. > >From: bifrost@dis.org >To: freebsd-gnats-submit@freebsd.org, bifrost@dis.org >Cc: Subject: Re:kern/7822:MachineRebootswithoutreason >Date: Sun, 6 Sep 1998 20:44:57 -0700 (PDT) > > I finally got a console on the machine, and I got an error message out > of it... > > (copied by hand) > panic : kmem_malloc : kmem_map too small > then it drops me into the debugger Your system is running out of kernel malloc space. This size of that is controlled by VM_KMEM_SIZE in /sys/i386/include/vmparam.h. -DG David Greenman Co-founder/Principal Architect, The FreeBSD Project To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809070412.VAA21527>