Date: Sat, 17 Aug 2002 14:36:39 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: mark@grondar.za (Mark Murray) Cc: current@FreeBSD.ORG Subject: Re: VM panic Message-ID: <200208171236.g7HCadj44825@zibbi.icomtek.csir.co.za> In-Reply-To: <200208170745.g7H7jdQg003983@grimreaper.grondar.org> from Mark Murray at "Aug 17, 2002 08:45:38 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> > If I do a "make -jN world" build on my dual MMX/200 box, I usually end > up in tears (well, a panic anyway). This is completely reproducible, and > the panic always happens in swapout_procs while vmdaemon is running. > > Anyone else getting this? What kind of value do you use for N? It looks like lately the makefiles are too aggressive when using -j, so you end up with N * N * 2 processes running simultaneously. On my -current box with 128M RAM, I used -j13 for a long time, but that runs out of swap nowadays, so I'm using -j4 which does work. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208171236.g7HCadj44825>