Re: Postgres Connections Requiring Large Amounts of Memory

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Postgres Connections Requiring Large Amounts of Memory
Дата
Msg-id 17569.1055892101@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Postgres Connections Requiring Large Amounts of Memory  (Dawn Hollingsworth <dmh@airdefense.net>)
Список pgsql-performance
Dawn Hollingsworth <dmh@airdefense.net> writes:
> I just connected the user interface to the database. It only does
> selects on startup. It's connection jumped to a memory usage of 256M.
> It's not getting any larger but it's not getting any smaller either.

Um, are you sure that's actual memory usage?  On some platforms "top"
seems to count the Postgres shared memory block as part of the address
space of each backend.  How big is your shared memory block?  (ipcs may
help here)

            regards, tom lane

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

Предыдущее
От: Dawn Hollingsworth
Дата:
Сообщение: Re: Postgres Connections Requiring Large Amounts of Memory
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Interesting incosistent query timing