|
1 | | -<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.331 2009/12/08 20:08:30 mha Exp $ --> |
| 1 | +<!-- $PostgreSQL: pgsql/doc/src/sgml/installation.sgml,v 1.332 2009/12/09 16:16:34 mha Exp $ --> |
2 | 2 |
|
3 | 3 | <chapter id="installation"> |
4 | 4 | <title><![%standalone-include[<productname>PostgreSQL</>]]> |
@@ -323,12 +323,12 @@ su - postgres |
323 | 323 |
|
324 | 324 | <para> |
325 | 325 | Also check that you have sufficient disk space. You will need about |
326 | | -65 MB for the source tree during compilation and about15 MB for |
| 326 | +100 MB for the source tree during compilation and about20 MB for |
327 | 327 | the installation directory. An empty database cluster takes about |
328 | | -25 MB; databases take about five times the amount of space that a |
| 328 | +35 MB; databases take about five times the amount of space that a |
329 | 329 | flat text file with the same data would take. If you are going to |
330 | 330 | run the regression tests you will temporarily need up to an extra |
331 | | -90 MB. Use the <command>df</command> command to check free disk |
| 331 | +150 MB. Use the <command>df</command> command to check free disk |
332 | 332 | space. |
333 | 333 | </para> |
334 | 334 | </sect1> |
|