Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Sep 2006 14:00:54 GMT
From:      Maxim Konovalov <maxim@macomnet.ru>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/97591: 6.1-RELEASE crashes on fork bomb
Message-ID:  <200609261400.k8QE0sxe051842@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/97591; it has been noted by GNATS.

From: Maxim Konovalov <maxim@macomnet.ru>
To: Bruce M Simpson <bms@incunabulum.net>
Cc: bug-followup@freebsd.org, peter@freebsd.org
Subject: Re: kern/97591: 6.1-RELEASE crashes on fork bomb
Date: Tue, 26 Sep 2006 17:56:09 +0400 (MSD)

 On Mon, 25 Sep 2006, 18:30-0000, Bruce M Simpson wrote:
 
 > The following reply was made to PR kern/97591; it has been noted by GNATS.
 >
 > From: Bruce M Simpson <bms@incunabulum.net>
 > To: freebsd-gnats-submit@FreeBSD.org
 > Cc:
 > Subject: Re: kern/97591: 6.1-RELEASE crashes on fork bomb
 > Date: Mon, 25 Sep 2006 19:27:01 +0100
 >
 >  I exercised the pv_entry exhaustion yesterday on 7.0-CURRENT from the
 >  same date. (24 Sep 2006)
 
 Sure, because no patches were committed.  I suggested to do
 
 -	pv_maxchunks = pv_entry_max / _NPCP;
 +       pv_maxchunks = MAX(pv_entry_max / _NPCPV, maxproc);
 
 in sys/i386/i386/pmap.c but Peter had some different ideas.
 
 -- 
 Maxim Konovalov



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200609261400.k8QE0sxe051842>