Re: Memory usage of writer process

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Memory usage of writer process
Дата
Msg-id 20090813202944.GT5909@alvh.no-ip.org
обсуждение исходный текст
Ответ на Memory usage of writer process  (Alex <alex@liivid.com>)
Ответы Re: Memory usage of writer process  (Alex Neth <alex@liivid.com>)
Список pgsql-performance
Alex wrote:
> The writer process seems to be using inordinate amounts of memory:
>
>   PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+
> COMMAND
> 11088 postgres  13  -2 3217m 2.9g 2.9g S    0 38.7   0:10.46 postgres:
> writer process
> 20190 postgres  13  -2 3219m  71m  68m S    0  0.9   0:52.48 postgres:
> cribq cribq [local] idle
>
> I am writing moderately large (~3k) records to my database a few times
> a second.  Even when I stop doing that, the process continues to take
> up all of that memory.
>
> Am I reading this right?  Why is it using so much memory?

shared_buffers?

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: Alex
Дата:
Сообщение: Memory usage of writer process
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Why is vacuum_freeze_min_age 100m?