msgmnb
msgmnb specifies the maximum total size, in bytes, of all
messages that can be queued simultaneously on a message queue.
0
65535 bytes
16384 bytes
Specify integer value. For more information, see Specifying Parameter Values.
msgmnb specifies the maximum total combined size, in bytes,
of all messages queued in a given message queue at any one time.
Any msgsnd() system call that attempts to exceed this limit
returns the error:
EAGAIN IPC_NOWAIT is set.
EINTR IPC_NOWAIT is not set.
msgmnb must be greater than or equal to msgmax
msgmnb must be less than or equal to ( msgssz * msgseg)