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
02284e22
Commit
02284e22
authored
Mar 06, 2007
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor edits
parent
f12f220e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+26
-26
No files found.
doc/src/sgml/runtime.sgml
View file @
02284e22
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.3
79 2007/03/06 09:54:23
petere Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.3
80 2007/03/06 09:59:22
petere Exp $ -->
<chapter Id="runtime">
<chapter Id="runtime">
<title>Operating System Environment</title>
<title>Operating System Environment</title>
...
@@ -663,6 +663,26 @@ psql: could not connect to server: No such file or directory
...
@@ -663,6 +663,26 @@ psql: could not connect to server: No such file or directory
<variablelist>
<variablelist>
<varlistentry>
<term><systemitem class="osname">AIX</></term>
<indexterm><primary>AIX</><secondary>IPC configuration</></>
<listitem>
<para>
At least as of version 5.1, it should not be necessary to do
any special configuration for such parameters as
<varname>SHMMAX</varname>, as it appears this is configured to
allow all memory to be used as shared memory. That is the
sort of configuration commonly used for other databases such
as <application>DB/2</application>.</para>
<para> It might , however, be necessary to modify the global
<command>ulimit</command> information in
<filename>/etc/security/limits</filename>, as the default hard
limits for file sizes (<varname>fsize</varname>) and numbers of
files (<varname>nofiles</varname>) might be too low.
</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term><systemitem class="osname">BSD/OS</></term>
<term><systemitem class="osname">BSD/OS</></term>
...
@@ -846,10 +866,10 @@ options SEMMAP=256
...
@@ -846,10 +866,10 @@ options SEMMAP=256
<listitem>
<listitem>
<para>
<para>
The default settings are only suitable for small installations
The default settings are only suitable for small installations
(the default max
segment size is 32 MB). However
the remaining
(the default max
imum segment size is 32 MB). However,
the remaining
defaults are quite generously sized, and usually do not require
defaults are quite generously sized, and usually do not require
changes. The max segment size can be changed via the
changes. The max
imum shared memory
segment size can be changed via the
<command>sysctl</command> interface. For example, to allow 128 MB,
<command>sysctl</command> interface.
For example, to allow 128 MB,
and explicitly set the maximum total shared memory size to 2097152
and explicitly set the maximum total shared memory size to 2097152
pages (the default):
pages (the default):
<screen>
<screen>
...
@@ -958,26 +978,6 @@ kern.sysv.shmall=1024
...
@@ -958,26 +978,6 @@ kern.sysv.shmall=1024
</listitem>
</listitem>
</varlistentry>
</varlistentry>
<varlistentry>
<term><systemitem class="osname">AIX</></term>
<indexterm><primary>AIX</><secondary>IPC configuration</></>
<listitem>
<para>
At least as of version 5.1, it should not be necessary to do
any special configuration for such parameters as
<varname>SHMMAX</varname>, as it appears this is configured to
allow all memory to be used as shared memory. That is the
sort of configuration commonly used for other databases such
as <application>DB/2</application>.</para>
<para> It might , however, be necessary to modify the global
<command>ulimit</command> information in
<filename>/etc/security/limits</filename>, as the default hard
limits for file sizes (<varname>fsize</varname>) and numbers of
files (<varname>nofiles</varname>) might be too low.
</para>
</listitem>
</varlistentry>
<varlistentry>
<varlistentry>
<term><systemitem class="osname">Solaris</></term>
<term><systemitem class="osname">Solaris</></term>
...
@@ -1068,12 +1068,12 @@ set semsys:seminfo_semmsl=32
...
@@ -1068,12 +1068,12 @@ set semsys:seminfo_semmsl=32
<row>
<row>
<entry><xref linkend="guc-shared-buffers"></>
<entry><xref linkend="guc-shared-buffers"></>
<entry>8300 (assuming 8
K
<symbol>BLCKSZ</>)</entry>
<entry>8300 (assuming 8
kB
<symbol>BLCKSZ</>)</entry>
</row>
</row>
<row>
<row>
<entry><xref linkend="guc-wal-buffers"></>
<entry><xref linkend="guc-wal-buffers"></>
<entry>8200 (assuming 8
K
<symbol>XLOG_BLCKSZ</>)</entry>
<entry>8200 (assuming 8
kB
<symbol>XLOG_BLCKSZ</>)</entry>
</row>
</row>
<row>
<row>
...
...
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