Re: Dynamic ticks in FreeBSD

2010-04-05 Thread Tsuyoshi Ozawa
Thank you for replying, and sorry for delaying to reply for my network reason. I'm very happy that you all give me very useful advice :D 2010/3/31 Andriy Gapon : > 1. Instead of firing clock (LAPIC timer) interrupt regularly with a frequency > derived from HZ, the interrupt is scheduled to fire (i

Re: leak of the vnodes

2010-04-05 Thread Petr Salinger
BTW, the 7.3 seems be unaffected by this. Confirmed, the whole build of gcc-4.3 ends with kern.maxvnodes: 10 kern.minvnodes: 25000 vfs.freevnodes: 22070 vfs.wantfreevnodes: 25000 vfs.numvnodes: 39907 debug.vnlru_nowhere: 0 while for 8.0 kernel even 12 in vfs.numvnodes does not suffic

Re: leak of the vnodes

2010-04-05 Thread Kostik Belousov
On Mon, Apr 05, 2010 at 10:36:19PM +0200, Petr Salinger wrote: > >> > BTW, the 7.3 seems be unaffected by this. > >> > >>Confirmed, the whole build of gcc-4.3 ends with > >> > >>kern.maxvnodes: 10 > >>kern.minvnodes: 25000 > >>vfs.freevnodes: 22070 > >>vfs.wantfreevnodes: 25000 > >>vfs.numv

Re: grep

2010-04-05 Thread Alfred Perlstein
* Gabor Kovesdan [100330 08:52] wrote: > On 30/03/2010 20:00, Mark nesterovych wrote: > >Hi all. > > > >Decided to write BSD licensed grep and provide it to FreeBSD project if > >success. > > > > Dear Mark, > > this project is already completed and is going to be integrated to the > base sys