Calculating memory allocaiton per process

Поиск
Список
Период
Сортировка
От David Kerr
Тема Calculating memory allocaiton per process
Дата
Msg-id 20110414183105.GB33793@mr-paradox.net
обсуждение исходный текст
Ответы Re: Calculating memory allocaiton per process  (Jerry Sievers <gsievers19@comcast.net>)
Список pgsql-general
Howdy,

Is there a doc somewhere that has a formula for how much memory PG backend process will use?

I'm looking to get something like total_mem = max_connections * ( work_mem + temp_buffers )
// I know it's more complicated than that, which is why I'm asking =)

Something similar to Table 17-2 here: http://www.postgresql.org/docs/9.0/interactive/kernel-resources.html
would be awesome.

Dave

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: SSDs with Postgresql?
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Replication: slave is in permanent startup 'recovery'