Subject Re: RAM consumption
Author spif1973
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@u...> wrote:
> Hi,
>
> > Is there a way to minimize the RAM consumption of the firebird
server?
> > I only use 1 Connection in my C# code, but I still seem to eat up
a
> > lot of memory.
>
> This depends on:
>
> - the page buffer setting for your database
> - do you close all your transactions?
>
> With regards,
>
> Martijn Tonies
> Database Workbench - developer tool for InterBase, Firebird, MySQL
& MS SQL
> Server.
> Upscene Productions
> http://www.upscene.com

I close all my transactions, so it has to be the buffer :) -thx