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 EMFILE too many open files #8

Merged
merged 6 commits into from
Nov 15, 2024

Conversation

nodkz
Copy link
Contributor

@nodkz nodkz commented Nov 15, 2024

This fix helps to avoid too many open files error for big repositories:

[Error: EMFILE: too many open files, open '/mnt/vss/_work/1/s/repo/.git/refs/remotes/origin/some-branch'] {
  errno: -24,
  code: 'EMFILE',
  syscall: 'open',
  path: '/mnt/vss/_work/1/s/repo/.git/refs/remotes/origin/some-branch'
}

@lahmatiy lahmatiy merged commit 9986234 into discoveryjs:main Nov 15, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants