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
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
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
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
> > 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
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
> 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
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
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