File tree Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Expand file tree Collapse file tree 1 file changed +5
-11
lines changed Original file line number Diff line number Diff line change 1
1
<!--
2
- $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.350 2005/08/30 00:58:47 tgl Exp $
2
+ $PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.351 2005/08/30 02:09:29 tgl Exp $
3
3
-->
4
4
5
5
<chapter Id="runtime">
@@ -5238,28 +5238,22 @@ set semsys:seminfo_semmsl=32
5238
5238
<tbody>
5239
5239
<row>
5240
5240
<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>
5242
5242
</row>
5243
5243
5244
5244
<row>
5245
5245
<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>
5253
5247
</row>
5254
5248
5255
5249
<row>
5256
5250
<entry><xref linkend="guc-shared-buffers"></>
5257
- <entry>8300</ >
5251
+ <entry>8300 (assuming 8K <symbol>BLCKSZ</>)</entry >
5258
5252
</row>
5259
5253
5260
5254
<row>
5261
5255
<entry><xref linkend="guc-wal-buffers"></>
5262
- <entry>8200</ >
5256
+ <entry>8200 (assuming 8K <symbol>BLCKSZ</>)</entry >
5263
5257
</row>
5264
5258
5265
5259
<row>
You can’t perform that action at this time.
0 commit comments