Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
30b0f49c
Commit
30b0f49c
authored
Jun 17, 2005
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update NetBSD 'options' description.
Kris Jurka
parent
1414707e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+13
-13
No files found.
doc/src/sgml/runtime.sgml
View file @
30b0f49c
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.32
7 2005/06/17 03:25:5
1 momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.32
8 2005/06/17 13:12:0
1 momjian Exp $
-->
<chapter Id="runtime">
...
...
@@ -4544,8 +4544,7 @@ options "SEMMNS=240"
<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".
OpenBSD</> (see below).
</para>
</listitem>
</varlistentry>
...
...
@@ -4561,17 +4560,18 @@ options "SEMMNS=240"
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:
shows an example of how to set the various parameters
(<systemitem class="osname">OpenBSD</> uses <literal>option</> instead):
<programlisting>
option
SYSVSHM
option
SHMMAXPGS=4096
option
SHMSEG=256
option
SYSVSEM
option
SEMMNI=256
option
SEMMNS=512
option
SEMMNU=256
option
SEMMAP=256
option
s
SYSVSHM
option
s
SHMMAXPGS=4096
option
s
SHMSEG=256
option
s
SYSVSEM
option
s
SEMMNI=256
option
s
SEMMNS=512
option
s
SEMMNU=256
option
s
SEMMAP=256
</programlisting>
</para>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment