Subject | Re: Interbase/Firebird memory question |
---|---|
Author | mk_delphi <mk_delphi@yahoo.com> |
Post date | 2003-02-27T10:18:42Z |
Hi Svein,
how big is 'big'?
Thx
--- In ib-support@yahoogroups.com, Svein Erling Tysvaer
<svein.erling.tysvaer@k...> wrote:
how big is 'big'?
Thx
--- In ib-support@yahoogroups.com, Svein Erling Tysvaer
<svein.erling.tysvaer@k...> wrote:
> I cannot help you with your calculations, but would recommend youto start
> by checking the Oldest Active Transaction (OAT) and the NextTransaction.
> If the gap between these two numbers is big, you have a problemwith an
> uncommitted transaction (and uncommitted transactions means thatthe
> database may have to store lots of old versions of records).Firebird 1.0
>
> HTH,
> Set
>
> At 10:29 27.02.2003 +0100, you wrote:
> >Hi,
> > presently i'm using Interbase 6 Open Source and i'm testing
> >for the migration. The databases engine (IB6) is installed on aRedHat 7.1
> >server machine.Then i launch
> >When the engine start it takes about 18 Mbyte and 4 processes.
> >some application that use 2 different mono-file databases ofmaximum 10
> >Mbyte size. With about 3 simultaneous connection on the firstdatabase and 5
> >on the second one my interbase size reach after some days about120 Mbyte of
> >memory with about 8 processes and keep on increasing.size that
> >In order to understand if it's a bug in application or an IB normal
> >behaviour i need to make me an idea on how to evaluate the maximum
> >such database might reach in memory related to the maximum numberof active
> >connections,the database file size and the IB sever configurationparams.
> >Anyone can help me to find out a method or an explaining documentto solve
> >this memory evaluation problem ?
> >Thanks for any suggestion.