We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The configuration builder, always calculates same values as below even if you change the number of cpu input up to 64 cores.
max_worker_processes = 8 max_parallel_workers_per_gather = 2 max_parallel_workers = 2
The text was updated successfully, but these errors were encountered:
Hi,
I have noticed this problem too.
See this exemple (with 64cpu for instances) : https://www.pgconfig.org/#/?max_connections=100&pg_version=16&environment_name=WEB&total_ram=12&cpus=64&drive_type=SSD&arch=x86-64&os_type=linux
Thank you for the bug fix fred
Sorry, something went wrong.
No branches or pull requests
The configuration builder, always calculates same values as below even if you change the number of cpu input up to 64 cores.
max_worker_processes = 8
max_parallel_workers_per_gather = 2
max_parallel_workers = 2
The text was updated successfully, but these errors were encountered: