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

fix(nginx): use 1 worker process #10901

Closed
wants to merge 1 commit into from
Closed

Commits on Apr 9, 2024

  1. fix(nginx): use 1 worker process

    The value 'auto' will create a worker process for each CPU thread, which
    can be problematic in containerised environments with CPU limits. A
    single NGINX worker process should be more than sufficient.
    
    Fixes: blakeblackshear#10898
    uhthomas committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    dda0733 View commit details
    Browse the repository at this point in the history