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
a8c18b98
Commit
a8c18b98
authored
Nov 05, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add OS/X kernel tuning section.
parent
ab4ee6c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
1 deletion
+23
-1
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+23
-1
No files found.
doc/src/sgml/runtime.sgml
View file @
a8c18b98
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.14
7 2002/11/03 01:31:32
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.14
8 2002/11/05 23:16:56
momjian Exp $
-->
<Chapter Id="runtime">
...
...
@@ -2583,6 +2583,28 @@ kernel.shmmax = 134217728
</varlistentry>
<varlistentry>
<term><systemitem class="osname">OS/X</></term>
<indexterm><primary>OS/X</></>
<listitem>
<para>
Edit the file
<filename>/System/Library/StartupItems/SystemTuning/SystemTuning
</> and edit the following values:
<programlisting>
sysctl -w kern.sysv.shmmax
sysctl -w kern.sysv.shmmin
sysctl -w kern.sysv.shmmni
sysctl -w kern.sysv.shmseg
sysctl -w kern.sysv.shmall
</programlisting>
These values have the same meanings on OS/X as those listed for
previous operating systems.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><systemitem class="osname">SCO OpenServer</></term>
<indexterm><primary>SCO OpenServer</></>
...
...
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