Re: [GENERAL] High consumns memory

2009-07-01 Thread Merlin Moncure
On Mon, Jun 29, 2009 at 8:14 PM, Anderson Valadares wrote: > Hi all >  I have a software developed in Delphi as a Windows Service, but, i don't > know why, it consumns an unexpected large system memory (515m). > The service access PostgresSQL by ODBC driver (psqlodbc_08_03_0400) and it > consist si

Re: [GENERAL] High consumns memory

2009-07-01 Thread Albe Laurenz
Anderson Valadares wrote: [this is on Windows, DB is accessed with ODBC driver 8.4.3] > Thanks for the answer ... > > But honestly I think that was a misunderstood. > > > > The memory increase issue is showed in the DATA column. > > Look how day by day it increases exponencially. > > In

Re: [GENERAL] High consumns memory

2009-06-30 Thread Anderson Valadares
Hi, Thanks for the answer ... But honestly I think that was a misunderstood. The memory increase issue is showed in the DATA column. Look how day by day it increases exponencially. In a few days PostGres goes out of memory, close the connections and enter in a recovery mode. I really don’t

Re: [GENERAL] High consumns memory

2009-06-29 Thread Scott Marlowe
On Mon, Jun 29, 2009 at 6:14 PM, Anderson Valadares wrote: > Hi all >  I have a software developed in Delphi as a Windows Service, but, i don't > know why, it consumns an unexpected large system memory (515m). > The service access PostgresSQL by ODBC driver (psqlodbc_08_03_0400) and it > consist si

Re: [GENERAL] High consumns memory

2009-04-01 Thread Scott Marlowe
On Wed, Apr 1, 2009 at 12:59 PM, Anderson Valadares wrote: > Scott > >  the problem is that the memory gets higher and higher each PL/SQL procedure > call. > > Some “I don’t know what” is not been freed(released) from the memory after > execution. > > There’s any way that I can see what is allocat

Re: [GENERAL] High consumns memory

2009-04-01 Thread Anderson Valadares
Scott the problem is that the memory gets higher and higher each PL/SQL procedure call. Some “I don’t know what” is not been freed(released) from the memory after execution. There’s any way that I can see what is allocated and released when the PL/SQL procedure is called or finished ? 2009/

Re: [GENERAL] High consumns memory

2009-03-31 Thread Scott Marlowe
On Tue, Mar 31, 2009 at 5:44 PM, Anderson Valadares wrote: > I have a software developed in Delphi as a Windows Service, but, i don't > know why, it consumns an unexpected large system memory (1.3g). > > The service access PostgresSQL by ODBC driver (psqlodbc_08_03_0400) and it > consist simply of