diff --git a/Netdisco/Changes b/Netdisco/Changes index 6dd8b500..551b0bee 100644 --- a/Netdisco/Changes +++ b/Netdisco/Changes @@ -13,6 +13,7 @@ * Clean up library path fiddling across all scripts * Rename housekeeping expiry task to be expire * Refactor nbtstat to group probes by device where node was arped + * Add note about pgtune to install docs [BUG FIXES] diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 91144b42..c847571a 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -140,6 +140,18 @@ application: 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 Python program to +auto-tune your C file: + +=over 4 + +=item * + +L + +=back + =head1 Installation The following is a general guide which works well in most circumstances. It