nodejs / nodejs/build

Investigate increasing open file limit

Open
#3,259 12 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jinja
Stars
541
Forks
185
Avg merge
22h 15m
Merged PRs (30d)
4

Description

A follow-on from https://github.com/nodejs/nodejs.org/issues/5184 and https://github.com/nodejs/nodejs.org/issues/5149, we should look at increasing the number of files that NGINX can have open at any one time.

This could either be done by increasing the system ulimit, or by setting worker_rlimit_nofile in NGINX.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the linked issues 5184 and 5149, then inspect the NGINX deployment and its system file-descriptor limits. Compare increasing the system ulimit with setting NGINX's worker_rlimit_nofile; done means selecting and applying a verified approach that increases the number of files NGINX can keep open.

Written by the indexing model from the issue text.

Assessment

Tech stack
linux, nginx
Domain
infrastructure
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.