Skip to main content

RLIMIT_MSGQUEUE

Constant RLIMIT_MSGQUEUE 

Source
pub const RLIMIT_MSGQUEUE: c_int = 12;
Expand description

Non-POSIX, see https://www.man7.org/linux/man-pages/man2/getrlimit.2.html.

This is a limit on the number of bytes that can be allocated for POSIX message queues for the real user ID of the calling process.