Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d7bdfab

Browse files
committed
Fix typo (block size is 8 kB not 8192 kB).
1 parent 95b2a2a commit d7bdfab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/runtime.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.87 2001/09/30 20:16:21 tgl Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v 1.88 2001/10/01 22:44:31 tgl Exp $
33
-->
44

55
<Chapter Id="runtime">
@@ -565,7 +565,7 @@ env PGOPTIONS='-c geqo=off' psql
565565
the disk cache (that is, the portion of the kernel's disk
566566
cache that will be used for
567567
<productname>Postgres</productname> data files). This is
568-
measured in disk pages, which are normally 8kB apiece.
568+
measured in disk pages, which are normally 8 kB apiece.
569569
</para>
570570
</listitem>
571571
</varlistentry>
@@ -1811,7 +1811,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
18111811
<row>
18121812
<entry><varname>SHMMAX</></>
18131813
<entry>Maximum size of shared memory segment (bytes)</>
1814-
<entry>250 kB + 8.2kB * <varname>shared_buffers</> + 14.2kB * <varname>max_connections</> or infinity</entry>
1814+
<entry>250kB + 8.2kB * <varname>shared_buffers</> + 14.2kB * <varname>max_connections</> or infinity</entry>
18151815
</row>
18161816

18171817
<row>
@@ -1886,7 +1886,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir'
18861886
(You can therefore, as a temporary solution, lower these settings
18871887
to get rid of the failures.) As a rough approximation you can
18881888
estimate the required segment size as the number of buffers times
1889-
the block size (8192 kB by default) plus ample overhead (at least
1889+
the block size (8 kB by default) plus ample overhead (at least
18901890
half a megabyte). Any error message you might get will contain the
18911891
size of the failed allocation request.
18921892
</para>

0 commit comments

Comments
 (0)