postgresqltuner icon indicating copy to clipboard operation
postgresqltuner copied to clipboard

Simple script to analyse your PostgreSQL database configuration, and give tuning advice

Results 14 postgresqltuner issues
Sort by recently updated
recently updated
newest added

Can you create another version for arm64/v8 machines. The host OS machine is incompatible since it's amd64

the script postgresqltuner.pl suggestion about vm.overcommit_ratio is inexact. example of line warning about vm.overcommit_ratio : [BAD] vm.overcommit_ratio is too low, you will not be able to use more than (50/100)*RAM+SWAP...

I got below error running the docker container in a host which is running the postgresql server, but as a docker container: ``` ssh: connect to host dbhost port 22:...

i'm using the script on a windows machine. Everything is ok, but it cannot run OS command. This is the output: ``` perl C:\Users\Dario\postgresqltuner.pl --host=[host] --database=[db] --user=[user] --password=[pswd] Use of...

Thanks for providing this useful container. I am doing a research on configuration and have a question about two postgre config: It seems you keep the default setting of `checkpoint_segments`...

I read this in the README: > When running in an hypervisor with SSD disks, detection is not accurate. I guess you are trying to detect if there are SSD...

./postgresqltuner.pl ./postgresqltuner.pl: line 25: use: command not found ./postgresqltuner.pl: line 26: use: command not found ./postgresqltuner.pl: line 30: my: command not found ./postgresqltuner.pl: line 31: syntax error near unexpected token...

Hello! I try rewire postgresqltuner to Python. https://github.com/patsevanton/postgrestune And i understand long long string https://github.com/jfcoz/postgresqltuner/blob/master/postgresqltuner.pl#L461 Could you please decouple average_work_mem_buffers_per_connection from this sting or divide this string Thank you

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

Hi I just wanna let you know, when the language other than English is set by example de_CH or whaterever. The memory infos are not get. Its arround Line 321....