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
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
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
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
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
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/
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