From: Peter Eisentraut Date: Thu, 1 Dec 2022 10:44:50 +0000 (+0100) Subject: doc: Remove note about disk space from installation instructions X-Git-Tag: REL_16_BETA1~1201 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=de867c9c5379216bbeb18875eaeae9539fd1534a;p=thirdparty%2Fpostgresql.git doc: Remove note about disk space from installation instructions Seems quite outdated and no longer relevant. Author: samay sharma Discussion: https://www.postgresql.org/message-id/flat/CAJxrbywFPcgC4nP_v+HHPhaYSWX2JL8FZXY2aFOZxXxTkTJJPw@mail.gmail.com --- diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 76fafd886d5..15cac7dce74 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -342,17 +342,6 @@ su - postgres for a list) or at . - - - Also check that you have sufficient disk space. You will need about - 350 MB for the source tree during compilation and about 60 MB for - the installation directory. An empty database cluster takes about - 40 MB; databases take about five times the amount of space that a - flat text file with the same data would take. If you are going to - run the regression tests you will temporarily need up to an extra - 300 MB. Use the df command to check free disk - space. -