Re: How to monitor Postgres real memory usage

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: How to monitor Postgres real memory usage
Дата
Msg-id 20220526233528.GD19626@telsasoft.com
обсуждение исходный текст
Ответ на Re: How to monitor Postgres real memory usage  (徐志宇徐 <xuzhiyuster@gmail.com>)
Ответы Re: How to monitor Postgres real memory usage  (徐志宇徐 <xuzhiyuster@gmail.com>)
Список pgsql-performance
On Fri, May 27, 2022 at 01:39:15AM +0800, 徐志宇徐 wrote:
> Hi Justin
> 
>   Thanks for you explaination.
> 
>   > > What postgres version ?
>   > > How was it installed ?  From souce?  From a package ?
>   I am using Postgres 11.1 .It's installed by package.

This is quite old, and missing ~4 years of bugfixes.

What's the output of these commands?
tail /proc/sys/vm/overcommit_*
tail /proc/sys/vm/nr_*hugepages /proc/cmdline
cat /proc/meminfo
uname -a

-- 
Justin



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

Предыдущее
От: 徐志宇徐
Дата:
Сообщение: Re: How to monitor Postgres real memory usage
Следующее
От: Alexey Ermakov
Дата:
Сообщение: rows selectivity overestimate for @> operator for arrays