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

Investigation os.Open and open file descriptors #641

Open
thepenguinco opened this issue Mar 22, 2022 · 0 comments
Open

Investigation os.Open and open file descriptors #641

thepenguinco opened this issue Mar 22, 2022 · 0 comments
Labels
Eng-Backlog feature request Feature request: request to add new features or functionality p2 P2

Comments

@thepenguinco
Copy link
Contributor

thepenguinco commented Mar 22, 2022

We currently run os.Open for each file we add to our cache.

Linux fs limits single process to open max of 1024 file descriptors so this is probably not scalable and we need to fix this.
See:

// TODO (#641) linux fs limits single process to open max of 1024 file descriptors

@thepenguinco thepenguinco changed the title Determine whether os.Open and open file descriptors is a problem Investigation os.Open and open file descriptors Apr 1, 2022
@avidullu avidullu added the bug Error or flaw in the code with unintended result label Apr 14, 2022
@sethiay sethiay added feature request Feature request: request to add new features or functionality p2 P2 and removed bug Error or flaw in the code with unintended result labels May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Eng-Backlog feature request Feature request: request to add new features or functionality p2 P2
Projects
None yet
Development

No branches or pull requests

4 participants