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
487b7f5d
Commit
487b7f5d
authored
Mar 02, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OS X shared memory documentation for 10.3.9 and later to use
/etc/sysctl.conf. Chris Campbell
parent
33a84bb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
doc/src/sgml/runtime.sgml
doc/src/sgml/runtime.sgml
+12
-12
No files found.
doc/src/sgml/runtime.sgml
View file @
487b7f5d
<!--
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.36
1 2006/01/05 03:01:33
momjian Exp $
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.36
2 2006/03/02 20:30:21
momjian Exp $
-->
<chapter Id="runtime">
...
...
@@ -886,19 +886,19 @@ sysctl -w kern.sysv.shmall
changes take effect.
</para>
<!--
It might appear that we could recommend putting sysctl settings into
/etc/sysctl.conf so that they aren't destroyed by OS version updates.
This does not work as of OS X 10.4.2, however, because /etc/rc
promptly overrides whatever SHM settings are read from sysctl.conf :-(
Perhaps someday we can recommend this ..
.
--
>
<para>
In OS X 10.3.9 and later, the file <filename>/etc/sysctl.conf</>
allows shared memory setting to be saved across operating system
upgrades, and is the recommended method for setting these
parameters. When using this file, all five shared memory values
must be set or the changes will be ignored
.
</para
>
<para>
<varname>SHMALL</> is measured in 4KB pages on this platform
.
Also note that some releases of OS X will reject attempts to
set <varname>SHMMAX</> to a value that isn't an exact multiple
of 4096.
<varname>SHMALL</> is measured in 4KB pages on this platform
,
and recent releases of OS X reject attempts to set
<varname>SHMALL</> and <varname>SHMMAX</> to a value
that isn't an exact multiple
of 4096.
</para>
</listitem>
</varlistentry>
...
...
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