Re: Linux server connection process consumes all memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Linux server connection process consumes all memory
Дата
Msg-id 23418.1323016204@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Linux server connection process consumes all memory  ("Ioannis Anagnostopoulos" <ioannis@anatec.com>)
Ответы Re: Linux server connection process consumes all memory  (Ioannis Anagnostopoulos <ioannis@anatec.com>)
Список pgsql-novice
"Ioannis Anagnostopoulos" <ioannis@anatec.com> writes:
> I am not sure if I can but I will try to attach my server's configuration for
> you to take a look. I am also attaching the vb.net code that is
> executed.

I don't know much of anything about VB, but I am filled with suspicion
that something in the VB infrastructure you're using is not doing what
you think.  In particular, I'm betting that repeated executions of this
code are in fact generating new prepared statements without deallocating
old ones.  You could investigate that theory by setting log_statement =
all in the server configuration and then watching the server log to see
exactly what SQL commands are actually getting sent.

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: "Ioannis Anagnostopoulos"
Дата:
Сообщение: Re: Linux server connection process consumes all memory
Следующее
От: "Ioannis Anagnostopoulos"
Дата:
Сообщение: Re: Linux server connection process consumes all memory