-
Notifications
You must be signed in to change notification settings - Fork 63
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
[Errno 24] Too many open files - Same Setup new Issue #482
Comments
Ponle: |
Changed that, didn't solve the problem.
|
I got this working by increasing the open file limit but it'd be better if the scraper were fixed so it doesn't use such an absurd number of file descriptors. |
Was this with the solve via ulimit? https://askubuntu.com/questions/1182021/too-many-open-files As yeah not sure what's changed as this wasn't an issue before now, and I've been running it via the same commands for over a year, not sure what could have changed otherwise. |
Yep, I changed it permanently in /etc/security/limits.conf. |
Symptom: You have an error message : Solution: There are multiple things to change:
In
Reload with
You can set it up in
The * in the beginning of the line means all users have these rules, but you can limit it to a specific user. The change will apply on next login, and you can check the limits with: |
Related to: #470
As noted in the previous issue, checked my ulimit and it's unlimited, so don't think it's related to that.
Describe the bug
Running command line, or using the GUI interface with multiple models now crashes out, this wasn't an issue previously and the config hasn't changed other than updating to the latest version of ofscraper.
To Reproduce
Expected behavior
Shouldn't crash out or give more precise error messaging (and a way to resolve).
Screenshots/Logs
https://privatebin.io/?13d74935b84ef0b6#BU3ssssM4CCvuchFUoCkBVRW4P5Ntzttc1cjyRuZLDZo
Config
https://privatebin.io/?d887e027c0ace75d#6XFukrr6edebp1LDiX1PiFoVnyiDKEBXqPTcqYcVSheG
System Info
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: