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 the amount of max open files on rocksdb #1847

Open
herr-seppia opened this issue Jun 12, 2024 · 0 comments · May be fixed by #2165
Open

Fix the amount of max open files on rocksdb #1847

herr-seppia opened this issue Jun 12, 2024 · 0 comments · May be fixed by #2165
Assignees
Labels
fix:bug Something isn't working

Comments

@herr-seppia
Copy link
Member

Describe the bug
Too many open files error have been encountered on testnet

Logs/Screenshot
If applicable, add damning logs

Platform
Fill as appropriate

  • Architecture: [ARM, 8086]
  • OS: [e.g. iOS, Linux]
  • Browser [e.g. chrome, safari]

Additional context
Fixed temporarly increasing the max limits for systemd services

I have found the leak of this issue. I have executed my application on a systemd based system and the service has limited the NOLIMIT to 1024.
It was resolved by editing /etc/systemd/system.conf file with the line DefaultLimitNOFILE=15000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix:bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants