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

Commite038e89

Browse files
committed
Improve table describing shared memory parameters.
1 parentcc36795 commite038e89

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

‎doc/src/sgml/runtime.sgml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.350 2005/08/3000:58:47 tgl Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.351 2005/08/3002:09:29 tgl Exp $
33
-->
44

55
<chapter Id="runtime">
@@ -5238,28 +5238,22 @@ set semsys:seminfo_semmsl=32
52385238
<tbody>
52395239
<row>
52405240
<entry><xref linkend="guc-max-connections"></>
5241-
<entry>400(but see also <varname>max_locks_per_transaction</>)</entry>
5241+
<entry>400+ 220 * <xref linkend="guc-max-locks-per-transaction"></entry>
52425242
</row>
52435243

52445244
<row>
52455245
<entry><xref linkend="guc-max-prepared-transactions"></>
5246-
<entry>600 (but see also <varname>max_locks_per_transaction</>)</entry>
5247-
</row>
5248-
5249-
<row>
5250-
<entry><xref linkend="guc-max-locks-per-transaction"></>
5251-
<entry>220 * (<xref linkend="guc-max-connections"> +
5252-
<xref linkend="guc-max-prepared-transactions">)</>
5246+
<entry>600 + 220 * <xref linkend="guc-max-locks-per-transaction"></entry>
52535247
</row>
52545248

52555249
<row>
52565250
<entry><xref linkend="guc-shared-buffers"></>
5257-
<entry>8300</>
5251+
<entry>8300 (assuming 8K <symbol>BLCKSZ</>)</entry>
52585252
</row>
52595253

52605254
<row>
52615255
<entry><xref linkend="guc-wal-buffers"></>
5262-
<entry>8200</>
5256+
<entry>8200 (assuming 8K <symbol>BLCKSZ</>)</entry>
52635257
</row>
52645258

52655259
<row>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp