projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8362be3
)
Add mention of kern.ipc.shm_use_phys for locking shared memory.
author
Bruce Momjian
Thu, 21 Nov 2002 18:19:51 +0000
(18:19 +0000)
committer
Bruce Momjian
Thu, 21 Nov 2002 18:19:51 +0000
(18:19 +0000)
doc/src/sgml/runtime.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/runtime.sgml
b/doc/src/sgml/runtime.sgml
index 7ecd951a3b97ef56688c4fd1496d5e0c729e777a..c8a84e1df8b5664c1ef9201d8b622d4a0cfb675a 100644
(file)
--- a/
doc/src/sgml/runtime.sgml
+++ b/
doc/src/sgml/runtime.sgml
@@
-1,5
+1,5
@@
@@
-2607,9
+2607,9
@@
options SEMMAP=256
option
singular.)
- You m
ay
also want to use the
sysctl> setting to
+ You m
ight
also want to use the
sysctl> setting to
lock shared memory into RAM and prevent it from being paged out
- to swap.
+ to swap
, e.g.
kern.ipc.shm_use_phys>
.