Return to BSD News archive
From: reink@hpuamsa.neth.hp.com (Reinier Kleipool) Date: Mon, 16 Aug 1993 12:18:51 GMT Subject: Re: tin says out of memory Message-ID: <52570017@hpuamsa.neth.hp.com> Organization: HP-Sales Office-The Netherlands Path: sserve!newshost.anu.edu.au!munnari.oz.au!news.Hawaii.Edu!ames!elroy.jpl.nasa.gov!sdd.hp.com!col.hp.com!news.dtc.hp.com!hpscit.sc.hp.com!hplextra!hpcc05!hpbbn!hpuamsa!reink Newsgroups: comp.os.386bsd.questions References: <CB8wzB.EFI@demon.co.uk> Lines: 10 This previous discussion is somewhat hazy to me, but what I understand is that yout program quits with an "out of memory". Could it be that your kernel is built with the DFLDSIZ kernel parameter set too low. The default value of this kernelparameter limits the data- space of a process to 6Mb. which is much too low for a nice program. Try setting it in your configfile to : options DFLDSIZ="(24*1024*1024)" Reinier Kleipool