Subject Re: [firebird-support] Idle Connection / Cache Release
Author Vlad Horsun
> Environment is as follows:
>
> FB v2.0.1 (Classic)
> Windows Server 2003
> Dual Core Xeon
>
> I am observing that FB connections seem to be releasing memory back to
> windows after remaining idle for some time. I am basing these
> assumptions on the amount of memory each process indicates is allocated
> to it via Task Manager.

You look at amount of physical memory allocated to process. Windows
may swap it out if another processes needs memory. Amount of virtual
memory must be near the same

> I am wondering if this behavior is by design

Yes

> and if it is configurable.

Why do you want to configure it ? If FB will grab all physical memory then
another processes can't run. If you have no another memory consuming
processes in system then Windows wouldn't swap out FB's physical memory


Regards,
Vlad