pcb table auto resize (Re: diff: add tuning variables to config(8))

2014-06-27 Thread YASUOKA Masahiko
Hi, On Tue, 17 Jun 2014 12:48:24 +0900 (JST) YASUOKA Masahiko wrote: > On Mon, 16 Jun 2014 11:35:07 -0600 > Theo de Raadt wrote: >>> > Followings are our kernel variables' default: >>> > >>> > - sb_max: 256K >>> > - tcbhash_size: 128 >>> > - udbhash_size: 128 >>> > >>> > These variables

Re: diff: add tuning variables to config(8)

2014-06-17 Thread YASUOKA Masahiko
Hi, On Tue, 17 Jun 2014 09:43:07 +0200 Claudio Jeker wrote: > On Mon, Jun 16, 2014 at 11:35:07AM -0600, Theo de Raadt wrote: >> > > Followings are our kernel variables' default: >> > > >> > > - sb_max: 256K >> > > - tcbhash_size: 128 >> > > - udbhash_size: 128 >> > > >> > > These variable

Re: diff: add tuning variables to config(8)

2014-06-17 Thread Claudio Jeker
On Mon, Jun 16, 2014 at 11:35:07AM -0600, Theo de Raadt wrote: > > > Followings are our kernel variables' default: > > > > > > - sb_max: 256K > > > - tcbhash_size: 128 > > > - udbhash_size: 128 > > > > > > These variables are sometime too small for busy server or gateway. > > > > > > I'd l

Re: diff: add tuning variables to config(8)

2014-06-16 Thread YASUOKA Masahiko
On Mon, 16 Jun 2014 11:35:07 -0600 Theo de Raadt wrote: >> > Followings are our kernel variables' default: >> > >> > - sb_max: 256K >> > - tcbhash_size: 128 >> > - udbhash_size: 128 >> > >> > These variables are sometime too small for busy server or gateway. >> > >> > I'd like to modify c

Re: diff: add tuning variables to config(8)

2014-06-16 Thread Theo de Raadt
> > Followings are our kernel variables' default: > > > > - sb_max: 256K > > - tcbhash_size: 128 > > - udbhash_size: 128 > > > > These variables are sometime too small for busy server or gateway. > > > > I'd like to modify config(8) to customize these variables without > > recompiling the

Re: diff: add tuning variables to config(8)

2014-06-16 Thread Sebastian Reitenbach
On Monday, June 16, 2014 18:55 CEST, Miod Vallat wrote: > > Followings are our kernel variables' default: > > > > - sb_max: 256K > > - tcbhash_size: 128 > > - udbhash_size: 128 > > > > These variables are sometime too small for busy server or gateway. > > > > I'd like to modify confi

Re: diff: add tuning variables to config(8)

2014-06-16 Thread Miod Vallat
> Followings are our kernel variables' default: > > - sb_max: 256K > - tcbhash_size: 128 > - udbhash_size: 128 > > These variables are sometime too small for busy server or gateway. > > I'd like to modify config(8) to customize these variables without > recompiling the kernel. If we go t

Re: diff: add tuning variables to config(8)

2014-06-16 Thread YASUOKA Masahiko
On Mon, 16 Jun 2014 21:28:55 +0900 (JST) YASUOKA Masahiko wrote: > Followings are our kernel variables' default: > > - sb_max: 256K > - tcbhash_size: 128 > - udbhash_size: 128 > > These variables are sometime too small for busy server or gateway. > > I'd like to modify config(8) to custom

diff: add tuning variables to config(8)

2014-06-16 Thread YASUOKA Masahiko
Followings are our kernel variables' default: - sb_max: 256K - tcbhash_size: 128 - udbhash_size: 128 These variables are sometime too small for busy server or gateway. I'd like to modify config(8) to customize these variables without recompiling the kernel. Comment or ok? Index: usr.sbi