-
Notifications
You must be signed in to change notification settings - Fork 62
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
Too many open files on Ubuntu 24.04 #193
Comments
Likely too much .pk3s, they all are kept open. You can increase this limit in linux. |
There are ways to increase max file handles on Windows and Linux for sure via code in main program, not sure about bsds or macOS. |
I do set maximal available limit in windows, in linux it must be set systemwide from what i read. |
Yeah, I was able to get it working by setting it from the terminal and running it from the same terminal. I think I'll just adjust it system wide. Just not sure what the safest setting would be, but I guess 4096 should be okay... |
Jk2mv has this code https://github.com/mvdevs/jk2mv/blob/master/src%2Fsys%2Fsys_unix.cpp#L572-L589 |
I'm getting the following error when trying to compile a map:
The text was updated successfully, but these errors were encountered: