We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad1be7 commit 6b980b1Copy full SHA for 6b980b1
src/unix/bsd/apple/mod.rs
@@ -726,6 +726,7 @@ pub const RLIMIT_DATA: ::c_int = 2;
726
pub const RLIMIT_STACK: ::c_int = 3;
727
pub const RLIMIT_CORE: ::c_int = 4;
728
pub const RLIMIT_AS: ::c_int = 5;
729
+pub const RLIMIT_RSS: ::c_int = RLIMIT_AS;
730
pub const RLIMIT_MEMLOCK: ::c_int = 6;
731
pub const RLIMIT_NPROC: ::c_int = 7;
732
pub const RLIMIT_NOFILE: ::c_int = 8;
0 commit comments