Doc tweak for huge_pages?

From: Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Doc tweak for huge_pages?
Date: 2017-12-01 03:01:24
Message-ID: CAEepm=3qzR-hfjepymohuC4XO5phxoSoipOjm6BEhnJHjNR+jg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi hackers,

The manual implies that only Linux can use huge pages. That is not
true: FreeBSD, Illumos and probably others support larger page sizes
using transparent page coalescing algorithms. On my FreeBSD box
procstat -v often shows PostgreSQL shared buffers in "S"-flagged
memory. I think we should adjust the manual to make clear that it's
the *explicit request for huge pages* that is supported only on Linux
(and hopefully soon Windows). Am I being too pedantic?

--
Thomas Munro
http://www.enterprisedb.com

Attachment Content-Type Size
huge-pages-doc-tweak.patch application/octet-stream 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2017-12-01 03:02:43 Re: [HACKERS] Supporting huge pages on Windows
Previous Message Michael Paquier 2017-12-01 03:00:54 Re: [HACKERS] Patch: Add --no-comments to skip COMMENTs with pg_dump