Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
016f0eed
Commit
016f0eed
authored
24 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update BSDI SGML.
parent
eb90c16d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_BSDI
+1
-1
1 addition, 1 deletion
doc/FAQ_BSDI
doc/src/sgml/runtime.sgml
+7
-8
7 additions, 8 deletions
doc/src/sgml/runtime.sgml
with
8 additions
and
9 deletions
doc/FAQ_BSDI
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/runtime.sgml
+
7
−
8
View file @
016f0eed
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.5
1
2001/02/1
5 04:28:50 tgl
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.5
2
2001/02/1
6 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 memory:
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 accordingly
:
<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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment