Re: 18.4.4. Linux huge pages

From: Andrew Kerber <andrew(dot)kerber(at)gmail(dot)com>
To: piotrwlodarczyk89(at)gmail(dot)com
Cc: pgsql-docs(at)postgresql(dot)org
Subject: Re: 18.4.4. Linux huge pages
Date: 2016-10-22 16:32:18
Message-ID: B46021E0-717C-4972-9B07-03C47BE44315@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

In most versions of Linux, the default hugepage size is 2m. Other Unix versions may have different hugepage sizes, e.g. AIX, but Linux defaults to 2m

Sent from my iPad

> On Oct 21, 2016, at 11:43 AM, piotrwlodarczyk89(at)gmail(dot)com wrote:
>
> The following documentation comment has been logged on the website:
>
> Page: https://www.postgresql.org/docs/9.6/static/kernel-resources.html
> Description:
>
> Hi,
>
> it&#39;s a mistake in 18.4.4. Linux huge pages (also in 9.4 and 9.5
> documentation). Example how to count number f huge pages says:
>
> 6490428 / 2048 (PAGE_SIZE is 2MB in this case) are roughly 3169.154 huge
> pages, so you will need at least 3170 huge pages:
>
> It&#39;s very rare that PAGE_SIZE is 2MB. It&#39;s more common situation that the
> value is 4096KB. But it&#39;s not a problem.
>
> The VmPeak should by divded not by PAGE_SIZE but by Hugepagesize listed by
> cat /proc/meminfo | grep Hugepagesize.
>
>
>
> --
> Sent via pgsql-docs mailing list (pgsql-docs(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-docs

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Jason O'Donnell 2016-10-28 01:01:59 Example error in createdb doc
Previous Message piotrwlodarczyk89 2016-10-21 16:43:51 18.4.4. Linux huge pages