jfcoz / postgresqltuner

Simple script to analyse your PostgreSQL database configuration, and give tuning advice
https://postgresqltuner.pl
GNU General Public License v3.0
2.61k stars 190 forks source link

typo: either the 80 should be 90, or the 90 should be 80 #51

Closed petjal closed 5 years ago

petjal commented 5 years ago

On this page: https://raw.githubusercontent.com/jfcoz/postgresqltuner/master/postgresqltuner.pl https://github.com/jfcoz/postgresqltuner/blob/master/postgresqltuner.pl

lines 576, 577: } elsif ($percent_postgresql_max_memory > 80) { print_report_warn("Max possible memory usage for PostgreSQL is more than 90% of system total RAM.");