Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html

Поиск
Список
Период
Сортировка
От PG Doc comments form
Тема Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html
Дата
Msg-id 163342695612.12514.13980479819790496744@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/12/kernel-resources.html
Description:

Hi.

On https://www.postgresql.org/docs/12/kernel-resources.html, the command to
calculate memory allocated to postgres is not correct. Following is the
command as shown in 18.4.5. Linux Huge Pages.

pmap 4170 | awk '/rw-s/ && /zero/ {print $2}', this command does not return
any results with correct pid. Probably /zero/ needs to be updated with
/anon_hugepage/

Thanks,
Sanjeev Adwal

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: clarification on chaining of set operations
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html