Add note about pgtune to install docs

This commit is contained in:
Oliver Gorwits
2014-03-30 00:47:04 +00:00
parent 3773ecc046
commit 02aa1508e9
2 changed files with 13 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
* Clean up library path fiddling across all scripts * Clean up library path fiddling across all scripts
* Rename housekeeping expiry task to be expire * Rename housekeeping expiry task to be expire
* Refactor nbtstat to group probes by device where node was arped * Refactor nbtstat to group probes by device where node was arped
* Add note about pgtune to install docs
[BUG FIXES] [BUG FIXES]

View File

@@ -140,6 +140,18 @@ application:
postgres:~$ createdb -O netdisco netdisco postgres:~$ createdb -O netdisco netdisco
The default PostgreSQL configuration isn't well tuned for modern server
hardware. We strongly recommend that you use the C<pgtune> Python program to
auto-tune your C<postgresql.conf> file:
=over 4
=item *
L<https://github.com/elitwin/pgtune>
=back
=head1 Installation =head1 Installation
The following is a general guide which works well in most circumstances. It The following is a general guide which works well in most circumstances. It