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

From: PG Doc comments form <noreply(at)postgresql(dot)org>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Cc: sanjeev_adwal(at)yahoo(dot)co(dot)in
Subject: Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html
Date: 2021-10-05 09:42:36
Message-ID: 163342695612.12514.13980479819790496744@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2021-10-05 14:48:42 Re: Correction to documentation at https://www.postgresql.org/docs/12/kernel-resources.html
Previous Message Tom Lane 2021-10-04 23:40:38 Re: clarification on chaining of set operations