Skip to content
New issue

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

Worker Processes Configuration is not affected from Number of CPU parameter #12

Open
ozkankirik opened this issue Jul 16, 2022 · 1 comment

Comments

@ozkankirik
Copy link

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

@fguiet
Copy link

fguiet commented Jan 29, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants