|
1 | 1 | <!-- |
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 $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -565,7 +565,7 @@ env PGOPTIONS='-c geqo=off' psql |
565 | 565 | the disk cache (that is, the portion of the kernel's disk |
566 | 566 | cache that will be used for |
567 | 567 | <productname>Postgres</productname> data files). This is |
568 | | -measured in disk pages, which are normally8kB apiece. |
| 568 | +measured in disk pages, which are normally8 kB apiece. |
569 | 569 | </para> |
570 | 570 | </listitem> |
571 | 571 | </varlistentry> |
@@ -1811,7 +1811,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' |
1811 | 1811 | <row> |
1812 | 1812 | <entry><varname>SHMMAX</></> |
1813 | 1813 | <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> |
1815 | 1815 | </row> |
1816 | 1816 |
|
1817 | 1817 | <row> |
@@ -1886,7 +1886,7 @@ dynamic_library_path = '/usr/local/lib/postgresql:/home/my_project/lib:$libdir' |
1886 | 1886 | (You can therefore, as a temporary solution, lower these settings |
1887 | 1887 | to get rid of the failures.) As a rough approximation you can |
1888 | 1888 | 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 |
1890 | 1890 | half a megabyte). Any error message you might get will contain the |
1891 | 1891 | size of the failed allocation request. |
1892 | 1892 | </para> |
|