Skip to content

Commit

Permalink
Update postgresqltuner.pl
Browse files Browse the repository at this point in the history
Fix #51
  • Loading branch information
jfcoz committed Nov 7, 2019
1 parent fe3c7e1 commit dbc1496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgresqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ sub usage {
if ($percent_postgresql_max_memory > 100) {
print_report_bad("PostgreSQL may try to use more than the amount of RAM. Add more RAM or reduce PostgreSQL memory requirements");
} elsif ($percent_postgresql_max_memory > 80) {
print_report_warn("PostgreSQL may try to use more than 90% of the amount of RAM");
print_report_warn("PostgreSQL may try to use more than 80% of the amount of RAM");
} elsif ($percent_postgresql_max_memory < 60) {
print_report_warn("PostgreSQL will not use more than 60% of the amount of RAM. On a dedicated host you may increase PostgreSQL shared_buffers, as it may improve performance");
} else {
Expand Down

0 comments on commit dbc1496

Please sign in to comment.