Subject Re: [firebird-support] LOCK_MEM_SIZE
Author Dmitry Yemanov
Tom Miller wrote:

> My cache size is 32k

Bytes or pages?

> and I might have 50 users hitting the server at one
> time.

Classic or SuperServer?

> 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