[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sks-devel] Min. Requirement for SKS Version in the Pool
From: |
Jeffrey Johnson |
Subject: |
Re: [Sks-devel] Min. Requirement for SKS Version in the Pool |
Date: |
Mon, 25 Jun 2012 07:03:25 -0400 |
On Jun 25, 2012, at 2:59 AM, Daniel Kahn Gillmor <address@hidden> wrote:
> On 06/25/2012 02:39 AM, John Clizbe wrote:
>> The mutex region grows from ~7MB to ~12MB. BDB sets an initial mutex count of
>> 57435. It when then grow the mutex pool as it needs more. mutex_set_max is
>> just an upper bound on that growth.
>
> So the main concern is just allocation of a few more MiB of RAM? or are
> there other consequences to raising it even higher?
>
>> You can see the mutex usage with
>>
>> db_stat -xh DB
>
> OK, i'm seeing slightly lower percentages of mutexes in use than you
> were reporting, but i've gone ahead and adopted the larger mutex_set_max
> you recommended anyway.
>
>>> Thanks for helping me get my head around bdb configuration!
>>
>> Thank Jeff Johnson for helping me.
>
> Thanks, Jeff!
>
;-)
np. The confusion is that there are 2 different values
that need to be set in DB_CONFIG and the resource cap
that one runs into is
mutex_set_max
which should be ~10x (my rule of thumb) the other values.
Its kinda frustrating changing all the values to no effect
when one of the values (mutex_set_max) needs to be larger
than the others.
73 de Jeff
> --dkg
>
> _______________________________________________
> Sks-devel mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/sks-devel
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, (continued)
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Daniel Kahn Gillmor, 2012/06/24
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Kristian Fiskerstrand, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, John Clizbe, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Daniel Kahn Gillmor, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, John Clizbe, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Daniel Kahn Gillmor, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool,
Jeffrey Johnson <=
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Kristian Fiskerstrand, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Kristian Fiskerstrand, 2012/06/25
- Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Daniel Kahn Gillmor, 2012/06/25
Re: [Sks-devel] Min. Requirement for SKS Version in the Pool, Phil Benchoff, 2012/06/25