Re: What happens at BIND time?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: What happens at BIND time?
Дата
Msg-id 521E4506.9060509@agliodbs.com
обсуждение исходный текст
Ответ на What happens at BIND time?  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-hackers
Tom,

> Does the backend's memory usage climb, or hold steady?  If the former,
> I'd bet on client failure to release resources, eg not closing the
> portals when done with them.  A memory map from MemoryContextStats
> would help determine exactly what's leaking.

FS cache usage increases through the test run, as you'd expect, but the
amount of pinned memory actually remains pretty much constant -- and has
the same usage in both 8.4 (where the BIND issue doesn't happen) and
9.3b2 (where it does).

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: dynamic background workers, round two
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])