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
016f0eed
Commit
016f0eed
authored
Feb 16, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update BSDI SGML.
parent
eb90c16d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
9 deletions
+8
-9
doc/FAQ_BSDI
doc/FAQ_BSDI
+1
-1
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+7
-8
No files found.
doc/FAQ_BSDI
View file @
016f0eed
...
...
@@ -11,7 +11,7 @@ Bruce Momjian (pgman@candle.pha.pa.us) 2000-07-7
1) To increase the amount of malloc'ed memory and files opened by
PostgreSQL, add this:
:datasize-cur=
600
M:\
:datasize-cur=
256
M:\
:openfiles-cur=256:
to your /etc/login.conf file.
...
...
doc/src/sgml/runtime.sgml
View file @
016f0eed
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.5
1 2001/02/15 04:28:50 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.5
2 2001/02/16 16:10:06 momjian
Exp $
-->
<Chapter Id="runtime">
...
...
@@ -1536,14 +1536,13 @@ env PGOPTIONS='-c geqo=off' psql
<para>
By default, only 4 MB of shared memory is supported. Keep in
mind that shared memory is not pageable; it is locked in RAM.
To increase the number of buffers supported by
the
postmaster, increase <varname>SHMMAXPGS</> by 1024 for every
additional 4 MB of shared memor
y:
To increase the number of buffers supported by the postmaseter, add
the
following to your kernel config file. A <varname>SHMALL</> value of 1024
represents 4MB of shared memory. Increase it accordingl
y:
<programlisting>
/sys/sys/shm.h:69:#define SHMMAXPGS 1024 /* max hardware pages... */
options "SHMALL=4096"
options "SHMMAX=\(SHMALL*PAGE_SIZE\)"
</programlisting>
The default setting of 1024 provides a maximum of 4 MB of shared
memory.
</para>
</formalpara>
...
...
@@ -1561,7 +1560,7 @@ $ <userinput>bpatch -r sysptsize</>
the bpatch value, plus add 1 for every additional 4 MB of
shared memory you desire.
<programlisting>
/sys/i386/i386/i386_param.c:28:#define SYSPTSIZE 0 /* dynamically... */
options "SYSPTSIZE=13"
</programlisting>
<varname>sysptsize</> can not be changed by sysctl on the fly.
</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