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

2021-10-05 Thread Thomas Munro
On Wed, Oct 6, 2021 at 3:48 AM Tom Lane wrote: > PG Doc comments form writes: > > 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

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

2021-10-05 Thread Tom Lane
PG Doc comments form writes: > 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 no

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

2021-10-05 Thread PG Doc comments form
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