Return to BSD News archive
Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!msuinfo!agate!howland.reston.ans.net!europa.eng.gtefsd.com!MathWorks.Com!news2.near.net!yale!yale.edu!noc.near.net!news.delphi.com!usenet From: John Dyson <dysonj@delphi.com> Newsgroups: comp.os.386bsd.questions Subject: Re: Out of Address Space Date: Fri, 20 May 94 20:25:39 -0500 Organization: Delphi (info@delphi.com email, 800-695-4005 voice) Lines: 14 Message-ID: <hk2M1hj.dysonj@delphi.com> References: <SCOLLORA.142.2DDCCCA9@lmumail.lmu.edu> NNTP-Posting-Host: bos1c.delphi.com X-To: Sal Collora <SCOLLORA@lmumail.lmu.edu> Sal Collora <SCOLLORA@lmumail.lmu.edu> writes: >May 19 18:23:01 ux1 savecore: reboot after panic: vm_map_entry_create: out of >map entries Boy, have not seen that one for a while. FreeBSD 1.1 and current have totally dynamic map entry creation, while NetBSD&BSDI don't allocate the kernel map entries dynamically. FreeBSD 1.0 does not either. The problem that you are seeing is probably caused by another problem, but if you whant to try, increase the MAX_KMAPENT in /sys/vm/vm_map.h by a couple of hundred or so. John dyson@implode.root.com