-
Notifications
You must be signed in to change notification settings - Fork 683
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
Add getrlimit(2) #878
Comments
If you're interested, feel free to pick up the PR and finish it. Also, is this issue titled correctly? "uname -n" has nothing to do with file descriptors. |
@asomers you're correct, I keep confusing those two, thanks. Do I need to implement all of setrlimit to get the PR merged? It seems there have been some problems with other resources unrelated to fds. My first guess for the api would be:
|
Working on this issue, see PR #1302 |
#1302 addressed this. |
I'm currently looking for a way to increase the maximum number of open file descriptors, it seems there's no crate yet besides the raw syscall in
libc
.There was #364 which didn't get merged though due to some other setrlimit related problems.
The text was updated successfully, but these errors were encountered: