You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.