Re: Estimating HugePages Requirements?

From: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>, "Justin Pryzby" <pryzby(at)telsasoft(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, "Magnus Hagander" <magnus(at)hagander(dot)net>, Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>, Don Seiler <don(at)seiler(dot)us>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Estimating HugePages Requirements?
Date: 2021-09-14 00:30:22
Message-ID: AAE8A2A7-5A52-4C92-9E5D-4C6C7F7ABD32@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-hackers

On 9/13/21, 1:25 PM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Seems like "huge_pages_needed_for_shared_memory" would be sufficient.

I think we are down to either shared_memory_size_in_huge_pages or
huge_pages_needed_for_shared_memory. Robert's argument against
huge_pages_needed_for_shared_memory was that it might sound like only
part of shared memory uses huge pages and we're only giving the number
required for that. Speaking of which, isn't that technically true?
For shared_memory_size_in_huge_pages, the intent is to make it sound
like we are providing shared_memory_size in terms of the huge page
size, but I think it could also be interpreted as "the amount of
shared memory that is currently stored in huge pages."

I personally lean towards huge_pages_needed_for_shared_memory because
it feels the most clear and direct to me. I'm not vehemently opposed
to shared_memory_size_in_huge_pages, though. I don't think either one
is too misleading.

Nathan

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kyotaro Horiguchi 2021-09-14 00:49:36 Re: Estimating HugePages Requirements?
Previous Message Michael Paquier 2021-09-14 00:08:47 Re: Estimating HugePages Requirements?

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2021-09-14 00:36:16 Re: 64 bit TID?
Previous Message Michael Paquier 2021-09-14 00:17:46 Re: resowner module README needs update?