Re: pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB) - Mailing list pgsql-committers

From Christian Kruse
Subject Re: pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB)
Date
Msg-id 20140129192418.GC31325@defunct.ch
Whole thread Raw
In response to Re: pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB)  (Peter Geoghegan <pg@heroku.com>)
List pgsql-committers
Hi,

On 29/01/14 11:17, Peter Geoghegan wrote:
> On Wed, Jan 29, 2014 at 4:12 AM, Heikki Linnakangas
> <heikki.linnakangas@iki.fi> wrote:
> > Allow using huge TLB pages on Linux (MAP_HUGETLB)
>
> The documentation says:
> […]

I rewrote the whole part. Giving such a formula is a bad idea since
shared buffers is not the only factor affecting the no of required
huge pages.

Best regards,

--
 Christian Kruse               http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


Attachment

pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Allow using huge TLB pages on Linux (MAP_HUGETLB)
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Further optimize GIN multi-key searches.