Subject RE: [ib-support] insert in Firebird
Author Leyne, Sean
> > This value is set in the IBConfig/ISCConfig file.
>
> #V4_LOCK_MEM_SIZE 98304
> #ANY_LOCK_MEM_SIZE 98304
> #V4_LOCK_SEM_COUNT 32
> #ANY_LOCK_SEM_COUNT 32
> #V4_LOCK_SIGNAL 16
> #ANY_LOCK_SIGNAL 16
> #V4_EVENT_MEM_SIZE 32768
> #ANY_EVENT_MEM_SIZE 32768

Try adding the following line to the config file:

DATABASE_CACHE_PAGES 4096


Sean