Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitffef9b8

Browse files
committed
AIX doc addition:
> FWIW, the section on configuring kernel resources under various> Unixen[1] doesn't have any documentation for AIX. If someone out there> knows which knobs need to be tweaked, would they mind sending in a doc> patch? (Or just specifying what needs to be done, and I'll add the> SGML.)After verifying that nobody wound up messing with the kernelparameters, here's a docs patch... Chris Browne
1 parentb5cf1b6 commitffef9b8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.264 2004/05/2615:07:33 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.265 2004/05/2618:51:43 momjian Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -3611,6 +3611,26 @@ sysctl -w kern.sysv.shmall
36113611
</listitem>
36123612
</varlistentry>
36133613

3614+
<varlistentry>
3615+
<term><systemitem class="osname">AIX</></term>
3616+
<indexterm><primary>AIX</><secondary>IPC configuration</></>
3617+
<listitem>
3618+
<para>
3619+
At least as of version 5.1, it should not be necessary to do
3620+
any special configuration for such parameters as
3621+
<varname>SHMMAX</varname>, as it appears this is configured to
3622+
allow all memory to be used as shared memory. That is the
3623+
sort of configuration commonly used for other databases such
3624+
as <application>DB/2</application>.</para>
3625+
3626+
<para> It may, however, be necessary to modify the global
3627+
<command>ulimit</command> information in
3628+
<filename>/etc/security/limits</filename>, as the default hard
3629+
limits for filesizes (<varname>fsize</varname>) and numbers of
3630+
files (<varname>nofiles</varname>) may be too low.
3631+
</para>
3632+
</listitem>
3633+
</varlistentry>
36143634

36153635
<varlistentry>
36163636
<term><systemitem class="osname">Solaris</></term>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp