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
2783bd50
Commit
2783bd50
authored
Dec 30, 2000
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add mention of sysctl(8) for IPC tuning on Linux.
parent
874b4fd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
2 deletions
+18
-2
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+18
-2
No files found.
doc/src/sgml/runtime.sgml
View file @
2783bd50
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.4
4 2000/12/22 18:06:46 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.4
5 2000/12/30 15:03:09 petere
Exp $
-->
-->
<Chapter Id="runtime">
<Chapter Id="runtime">
...
@@ -1305,7 +1305,7 @@ env PGOPTIONS='-c geqo=off' psql
...
@@ -1305,7 +1305,7 @@ env PGOPTIONS='-c geqo=off' psql
consistently across different systems; <xref
consistently across different systems; <xref
linkend="sysvipc-parameters"> gives an overview. The methods to
linkend="sysvipc-parameters"> gives an overview. The methods to
set them, however, vary; suggestions for some platforms are given
set them, however, vary; suggestions for some platforms are given
below. Be
aware that you will probably have
to reboot your
below. Be
warned that it is often necessary
to reboot your
machine at least, possibly even recompile the kernel, to change these
machine at least, possibly even recompile the kernel, to change these
settings.
settings.
</para>
</para>
...
@@ -1596,6 +1596,22 @@ options SEMMAP=256
...
@@ -1596,6 +1596,22 @@ options SEMMAP=256
You could put these commands into a script run at boot-time.
You could put these commands into a script run at boot-time.
</para>
</para>
<para>
Alternatively, you can use
<citerefentry><refentrytitle>sysctl</refentrytitle>
<manvolnum>8</manvolnum></citerefentry>, if available, to
control these parameters. Look for a file called
<filename>/etc/sysctl.conf</filename> and add lines like the
following to it:
<programlisting>
kernel.shmall = 134217728
kernel.shmmax = 134217728
</programlisting>
This file is usually processed at boot time, but
<application>sysctl</application> can also be called
explicitly later.
</para>
<para>
<para>
Other parameters are sufficiently sized for any application.
Other parameters are sufficiently sized for any application.
If you want to see for yourself look into
If you want to see for yourself look into
...
...
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