RE: [doc fix] Correct calculation of vm.nr_hugepages - Mailing list pgsql-hackers

From Tsunakawa, Takayuki
Subject RE: [doc fix] Correct calculation of vm.nr_hugepages
Date
Msg-id 0A3221C70F24FB45833433255569204D1F8CF09D@G01JPEXMBYT05
Whole thread Raw
In response to Re: [doc fix] Correct calculation of vm.nr_hugepages  (Justin Pryzby <pryzby@telsasoft.com>)
Responses Re: [doc fix] Correct calculation of vm.nr_hugepages  (Robert Haas <robertmhaas@gmail.com>)
Re: [doc fix] Correct calculation of vm.nr_hugepages  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
From: Justin Pryzby [mailto:pryzby@telsasoft.com]
> One can do with fewer greps:
> pryzbyj@pryzbyj:~$ sudo pmap `pgrep -P 1 -u postgres` |awk
> '/rw-s/&&/zero/{print $2}' # check PPID=1 144848K

Thanks, I'd like to take this.

Regards
Takayuki Tsunakawa


Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Changing default value of wal_sync_method to open_datasync onLinux
Next
From: Andrew Dunstan
Date:
Subject: Re: ALTER TABLE ADD COLUMN fast default