Subject Re: [firebird-support] LOCK_MEM_SIZE
Author Tom Miller
Dmitry Yemanov wrote:
> Tom Miller wrote:
>
>
>> My cache size is 32k
>>
>
> Bytes or pages?
>
Pages
>
>> and I might have 50 users hitting the server at one
>> time.
>>
>
> Classic or SuperServer?
>
>
SS
>> Any suggestion on how to calculate the appropriate LOCK_MEM_SIZE?
>>
>
> For CS, approximately:
>
> page buffers * max connections * 100 bytes
>
> For SS, the default value is usually okay.
>
>
> Dmitry
>
>
Thanks.