Need to update the RLIMIT_NOFILE
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 47
- Forks
- 29
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 3
Description
This is a request made by shinrich:
The default of 1024 is way too low. Copy the logic in traffic_server here.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by finding the traffic_server logic referenced in the issue and the code that sets RLIMIT_NOFILE, including the current default of 1024. Apply the corresponding logic to the verifier and confirm that its file-descriptor limit is updated as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100