Re: Memory Hog
From: George Christoforakis (nospam_at_nospam.info)
Date: 10/09/03
- Next message: Vlad Gonchar: "Re: some info on how ADO caches connections needed, please"
- Previous message: Kevin Frevert: "Re: UpdateBatch Problem"
- In reply to: Edgar Binder: "Re: Memory Hog"
- Next in thread: Edgar Binder: "Re: Memory Hog"
- Reply: Edgar Binder: "Re: Memory Hog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 9 Oct 2003 15:51:35 +0300
Usually this is normal. I guess that 40Mbs are the large ones, eh? The best
way to reduce the size is to open the tables on demand, especially if you
have tables which are rather inactive for a long period of time during use
of the program. Do you really need all the tables open?
Also, to change some of the tables which are mainly for display only, to
queries, will get your memory in order.
Check the properties of the tables. Cache size, loads things on memory...
but I guess this is while using the table... but I'm not really sure.
George Christoforakis.
"Edgar Binder" <edgar@softyx.com> wrote in message
news:3F854BE2.4090209@softyx.com...
> Hi,
>
> George Christoforakis wrote:
>
> > Debug step by step and check at which point the memory starts to
increase
> > more...
>
> The program starts using memory when opening the tables, and it
allocates
> about of memory for each table it opens (ranging from 2Mb to 40Mb). Memory
usage
> with all tables closed is only 20 Mb.
>
> > Do you use memory tables?
>
> Nope, just plain TAdoTable(s)
>
> > Has it started doing that now?
>
> It probably does it for a while now but I didn't notice because I have
a
> large amount of RAM (1 GB) installed on my system.
>
> --
> Edgar
>
- Next message: Vlad Gonchar: "Re: some info on how ADO caches connections needed, please"
- Previous message: Kevin Frevert: "Re: UpdateBatch Problem"
- In reply to: Edgar Binder: "Re: Memory Hog"
- Next in thread: Edgar Binder: "Re: Memory Hog"
- Reply: Edgar Binder: "Re: Memory Hog"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|