Subject Re: [firebird-support] Firebird 1.5 probably leaking memory
Author Uwe Grauer
jstahl80 wrote:
> Dear friends,
>
> I have a Firebird 1.5 production setup, Super-Server on Windows 2003
> Server which probably leaks memory. The virtual memory in TaskManager
> is more than 1GB.
> Are there known problems? What may I check, which additional
> information is required to further inspect this?
>
> Thanks,
> Joja
>

Most likely the big chunks of memory are occupied by the Win filesystem
cache.
It might be that FB is using some memory for ordering the resultsets.
Taskmanager isn't as good for measuring this.
Try using some tools from sysinternals.

Uwe