mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 00:02:09 -04:00
Fix typo (block size is 8 kB not 8192 kB).
This commit is contained in:
parent
95b2a2a34f
commit
d7bdfab492
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.87 2001/09/30 20:16:21 tgl Exp $
|
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.88 2001/10/01 22:44:31 tgl Exp $
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<Chapter Id="runtime">
|
<Chapter Id="runtime">
|
||||||
@ -1886,7 +1886,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
|
|||||||
(You can therefore, as a temporary solution, lower these settings
|
(You can therefore, as a temporary solution, lower these settings
|
||||||
to get rid of the failures.) As a rough approximation you can
|
to get rid of the failures.) As a rough approximation you can
|
||||||
estimate the required segment size as the number of buffers times
|
estimate the required segment size as the number of buffers times
|
||||||
the block size (8192 kB by default) plus ample overhead (at least
|
the block size (8 kB by default) plus ample overhead (at least
|
||||||
half a megabyte). Any error message you might get will contain the
|
half a megabyte). Any error message you might get will contain the
|
||||||
size of the failed allocation request.
|
size of the failed allocation request.
|
||||||
</para>
|
</para>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user