Postgres Connections Requiring Large Amounts of Memory

Поиск
Список
Период
Сортировка
От Dawn Hollingsworth
Тема Postgres Connections Requiring Large Amounts of Memory
Дата
Msg-id 1055752337.2182.49.camel@kaos
обсуждение исходный текст
Ответы Re: Postgres Connections Requiring Large Amounts of Memory  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance

PostgreSQL Version: 7.2.3
OS : Red Hat 7.3 with Kernel 2.4.18-5 and SGI_XFS

I currently have two processes which create several persistent
connections to the database. One process primarily does inserts and the
other primarily does selects. Both processes run 24/7.

My problem is that the memory used by the connections appears to grow
over time, especially when the amount of data entering the system is
increased. The connections sometimes take up wards of 450 MB of memory
causing other applications on the system to swap.

Is there anyway to limit the amount of memory used by a given connection
or is there something I may be doing that is requiring the connection to
need more memory?

-Dawn


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

Предыдущее
От: Tomasz Myrta
Дата:
Сообщение: Re: sequential scans on few columns tables
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Postgres Connections Requiring Large Amounts of Memory