-
Notifications
You must be signed in to change notification settings - Fork 80
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
Everest leaks file descriptors on Linux #436
Comments
Did you unzipped the mods? Everest will automatically watch the files in unzipped mods for the hot reload feature, I don't know if it's the issue. But if you aren't making mods you shouldn't unzip them. |
I did not unzip them, no. |
how many mods is enough for you, and what is your |
I have 79 mods installed and the default ulimit of 1024. You can set a lower ulimit for testing with |
Does setting the environment variable |
Yep, setting that variable seems to prevent the crash. |
I ran into this bug while trying to play the Strawberry Jam Collab. Setting |
The current recommended solution is to disable FastTextureLoading in modsettings-Everest.celeste until we figure out how to limit the open files for FTL. |
My mods and Everest install are up to date
Yes
I have recreated the bug with only Everest OR a minimum number of mods enabled
No
Describe the bug
Everest hits ENFILE on Linux because it has too many open file descriptors. Should double check that files are closed when no longer in use.
Steps to reproduce
Expected behavior
Should close files when done with them to avoid hitting the open file limit.
Operating System
Linux
Everest Version
1.4.0.0
Mods required to reproduce
Any mods: just install enough of them to exhaust the fds.
Additional context
No response
The text was updated successfully, but these errors were encountered: