Hi, On 03/03/14 21:03, Heikki Linnakangas wrote: > I spotted this in section "17.4.1 Shared Memory and Semaphores": > > >Linux > > > > The default maximum segment size is 32 MB, and the default maximum total > > size is 2097152 pages. A page is almost always 4096 bytes except in unusual > > kernel configurations with "huge pages" (use getconf PAGE_SIZE to verify). > > It's not any more wrong now than it's always been, but I don't think huge > pages ever affect PAGE_SIZE... Could I cajole you into rephrasing that, too?
Hm… to be honest, I'm not sure how to change that. What about this? The default maximum segment size is 32 MB, and the default maximum total size is 2097152 pages. A page is almost always 4096 bytes except in kernel configurations with <quote>huge pages</quote> (use <literal>cat /proc/meminfo | grep Hugepagesize</literal> to verify), but they have to be enabled explicitely via <xref linkend="guc-huge-pages">. See <xref linkend="linux-huge-pages"> for details. I attached a patch doing this change. Best regards, -- Christian Kruse http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 7f4a235..8811097 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -881,9 +881,12 @@ option SEMMAP=256 <para> The default maximum segment size is 32 MB, and the default maximum total size is 2097152 - pages. A page is almost always 4096 bytes except in unusual + pages. A page is almost always 4096 bytes except in kernel configurations with <quote>huge pages</quote> - (use <literal>getconf PAGE_SIZE</literal> to verify). + (use <literal>cat /proc/meminfo | grep Hugepagesize</literal> + to verify), but they have to be enabled explicitely via + <xref linkend="guc-huge-pages">. See + <xref linkend="linux-huge-pages"> for details. </para> <para>
pgpi_wQpDEj0f.pgp
Description: PGP signature