Re: Does RelCache/SysCache shrink except when relations are deleted?

Поиск
Список
Период
Сортировка
От MauMau
Тема Re: Does RelCache/SysCache shrink except when relations are deleted?
Дата
Msg-id 33B435CEAB4146FF83BED284A204FC0B@maumau
обсуждение исходный текст
Ответ на Re: Does RelCache/SysCache shrink except when relations are deleted?  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: Does RelCache/SysCache shrink except when relations are deleted?
Список pgsql-hackers
From: "Alvaro Herrera" <alvherre@commandprompt.com>
> You don't really know this; some operating systems (Linux in particular)
> does not show shared memory as in use by a process until it is accessed.
> It may very well have well over 1.6 GB of shared_buffers, yet not show
> that in VIRT.

Oh, really? When I started psql just after I set shared_buffers to 2500MB 
and ran pg_ctl start, "ps -o vsz -p postgres_PID" showed about 2500MB+some. 
ps's vsz is also the amount of virtual memory. But I want to know the 
shared_buffers setting.

Anyway, I'd appreciate if anyone could tell me about RelCache/SysCache. As 
far as I read the code, PostgreSQL seems to use memory for RelCache/SysCache 
without limit until the relations are dropped.

Regards
MauMau




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

Предыдущее
От: Gurjeet Singh
Дата:
Сообщение: Re: Removing savepointLevel from TransactionState
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: Does RelCache/SysCache shrink except when relations are deleted?