Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Aug 2007 09:36:26 -0500
From:      Oleg Nauman <oleg@opentransfer.com>
To:        "freebsd-current@freebsd.org" <freebsd-current@freebsd.org>
Subject:   Re: computer becomes slow when compiling something
Message-ID:  <20070828143626.GA32611@admin.opentransfer.com>
In-Reply-To: <46D3A90D.8050703@micom.mng.net>
References:  <46D25242.10504@micom.mng.net> <20070827231419.H30469@fledge.watson.org> <20070828044133.GR2332@deviant.kiev.zoral.com.ua> <46D3A90D.8050703@micom.mng.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 28, 2007 at 12:48:13PM +0800, Ganbold wrote:
> Kostik Belousov wrote:
> >On Mon, Aug 27, 2007 at 11:14:58PM +0100, Robert Watson wrote:
> >  
> >>On Mon, 27 Aug 2007, Ganbold wrote:
> >>
> >>    
> >>>I'm running FreeBSD 7.0-CURRENT with SCHED_ULE, INVARIANTS, WITNESS 
> >>>enabled kernel.
> >>>      
> >>Try the same thing again without INVARIANTS and WITNESS, both of which 
> >>can consume a lot of CPU in kernel on a very active system, especially if 
> >>lots of vnodes are being allocated and freed.  Especially WITNESS.
> >>    
> >
> >It does happens on the kernels without debug options, in particular,
> >WITNESS and INVARIANTS.
> >
> >It happens when a lot of short-lived processes are rapidly created.
> >Compilation is a good example of such workload; running configure script
> >is even better.
> >  
> 
> What would be a solution to this kind of problems?

 From my point of view it exhibits some issues with standard SCHED_4BSD
scheduler in the 7.0 (my laptop is mostly unusable during 'make buildworld'
for example - keyboard exhibits lost event sometimes, sound is jerking etc etc).
So I'm switched to SHED_ULE on my UP laptop; it was helpful. I'm running
custom kernel without debug options though.

> 
> thanks,
> 
> Ganbold
> 
> 
> -- 
> That's the thing about people who think they hate computers. What they 
> really hate is lousy programmers. -- Larry Niven and Jerry Pournelle in 
> "Oath of Fealty"
> _______________________________________________
> freebsd-current@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"

-- 
The ultimate artifact may be found in the driven snow..



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