We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current APIs are nearly stable.
Remaining questions:
rlimit
u64
rlimit::prlimit
setmaxstdio(u32::MAX)
Related issues:
RLIM_*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The current APIs are nearly stable.
Remaining questions:
rlimit
will not add cgroups API. cgroups-rs is recommanded now.u64
as the rlim type for all platforms? (Yes)rlimit::prlimit
seems sightly strange. Is there a better way?setmaxstdio(u32::MAX)
can lead to crash. Should it be a feature or a bug?Related issues:
RLIM_*
constants mismatch with system header files rust-lang/libc#2724The text was updated successfully, but these errors were encountered: