public-reverse-proxy(host): Increase nginx worker fd limit #147
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
renovate
waiting on upstream
wontfix
No milestone
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
CCCHH/ansible-infra!147
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/reverse-proxy-nofile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
By default the limit on file descriptors is at a 1024 hard limit and 520k hard limit. Unsure how this affects nginx, but each client connection needs two file descriptors. So let's try to set the limit of open files explicitly.
You can view your changes at https://staging.infra-docs.hamburg.ccc.de/pr147/
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.