public inbox for [email protected]
help / color / mirror / Atom feedFrom: Bruce Momjian <[email protected]>
To: Kris Jurka <[email protected]>
Cc: [email protected]
Subject: Re: NetBSD kernel resource configuration
Date: Fri, 17 Jun 2005 09:11:36 -0400 (EDT)
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
Kris Jurka wrote:
>
> The documentation describing NetBSD kernel configuration mentions that it
> uses the "option" keyword like OpenBSD, but in fact it uses the "options"
> keyword like FreeBSD.
>
> http://developer.postgresql.org/docs/postgres/kernel-resources.html#SYSVIPC
>
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/i386/conf/GENERIC?rev=1.674&content-type=text/x...
Fix applied. Thanks. This problem doesn't appear in the 8.0.X docs.
--
Bruce Momjian | http://candle.pha.pa.us
[email protected] | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.327
diff -c -c -r1.327 runtime.sgml
*** doc/src/sgml/runtime.sgml 17 Jun 2005 03:25:51 -0000 1.327
--- doc/src/sgml/runtime.sgml 17 Jun 2005 13:04:21 -0000
***************
*** 4544,4551 ****
<para>
<systemitem class="osname">FreeBSD</> versions before 4.0 work like
<systemitem class="osname">NetBSD</> and <systemitem class="osname">
! OpenBSD</> (see below), except that the configuration file uses the
! keyword "options" instead of "option".
</para>
</listitem>
</varlistentry>
--- 4544,4550 ----
<para>
<systemitem class="osname">FreeBSD</> versions before 4.0 work like
<systemitem class="osname">NetBSD</> and <systemitem class="osname">
! OpenBSD</> (see below).
</para>
</listitem>
</varlistentry>
***************
*** 4561,4577 ****
to be enabled when the kernel is compiled. (They are by
default.) The maximum size of shared memory is determined by
the option <varname>SHMMAXPGS</> (in pages). The following
! shows an example of how to set the various parameters:
<programlisting>
! option SYSVSHM
! option SHMMAXPGS=4096
! option SHMSEG=256
!
! option SYSVSEM
! option SEMMNI=256
! option SEMMNS=512
! option SEMMNU=256
! option SEMMAP=256
</programlisting>
</para>
--- 4560,4577 ----
to be enabled when the kernel is compiled. (They are by
default.) The maximum size of shared memory is determined by
the option <varname>SHMMAXPGS</> (in pages). The following
! shows an example of how to set the various parameters
! (<systemitem class="osname">OpenBSD</> uses <literal>option</> instead):
<programlisting>
! options SYSVSHM
! options SHMMAXPGS=4096
! options SHMSEG=256
!
! options SYSVSEM
! options SEMMNI=256
! options SEMMNS=512
! options SEMMNU=256
! options SEMMAP=256
</programlisting>
</para>
Attachments:
[text/plain] /bjm/diff (2.2K, 2-%2Fbjm%2Fdiff)
download | inline:
Index: doc/src/sgml/runtime.sgml
===================================================================
RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v
retrieving revision 1.327
diff -c -c -r1.327 runtime.sgml
*** doc/src/sgml/runtime.sgml 17 Jun 2005 03:25:51 -0000 1.327
--- doc/src/sgml/runtime.sgml 17 Jun 2005 13:04:21 -0000
***************
*** 4544,4551 ****
<para>
<systemitem class="osname">FreeBSD</> versions before 4.0 work like
<systemitem class="osname">NetBSD</> and <systemitem class="osname">
! OpenBSD</> (see below), except that the configuration file uses the
! keyword "options" instead of "option".
</para>
</listitem>
</varlistentry>
--- 4544,4550 ----
<para>
<systemitem class="osname">FreeBSD</> versions before 4.0 work like
<systemitem class="osname">NetBSD</> and <systemitem class="osname">
! OpenBSD</> (see below).
</para>
</listitem>
</varlistentry>
***************
*** 4561,4577 ****
to be enabled when the kernel is compiled. (They are by
default.) The maximum size of shared memory is determined by
the option <varname>SHMMAXPGS</> (in pages). The following
! shows an example of how to set the various parameters:
<programlisting>
! option SYSVSHM
! option SHMMAXPGS=4096
! option SHMSEG=256
!
! option SYSVSEM
! option SEMMNI=256
! option SEMMNS=512
! option SEMMNU=256
! option SEMMAP=256
</programlisting>
</para>
--- 4560,4577 ----
to be enabled when the kernel is compiled. (They are by
default.) The maximum size of shared memory is determined by
the option <varname>SHMMAXPGS</> (in pages). The following
! shows an example of how to set the various parameters
! (<systemitem class="osname">OpenBSD</> uses <literal>option</> instead):
<programlisting>
! options SYSVSHM
! options SHMMAXPGS=4096
! options SHMSEG=256
!
! options SYSVSEM
! options SEMMNI=256
! options SEMMNS=512
! options SEMMNU=256
! options SEMMAP=256
</programlisting>
</para>
view thread (4+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: NetBSD kernel resource configuration
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox