No description
Find a file
Vincent Ambo d908fe1cbc feat: Add commands to get/set message queue rlimit
When creating a large number of queues the message queue rlimit may be
reached (see mq_overview for details).

This commit adds an `mq rlimit` function that displays the current
rlimits and an optional `--rlimit` flag to the `create` command that
can raise the rlimit when required.
2017-11-13 14:23:39 +01:00
src feat: Add commands to get/set message queue rlimit 2017-11-13 14:23:39 +01:00
.gitignore feat: Add command to list and inspect queues 2017-10-20 13:17:00 +02:00
.travis.yml feat(build): Add Travis-CI configuration 2017-10-20 13:17:00 +02:00
Cargo.lock feat: Add commands to get/set message queue rlimit 2017-11-13 14:23:39 +01:00
Cargo.toml feat: Add commands to get/set message queue rlimit 2017-11-13 14:23:39 +01:00
CODE_OF_CONDUCT.md chore: Add project bootstrap files 2017-10-20 13:11:33 +02:00
LICENSE chore: Add project bootstrap files 2017-10-20 13:11:33 +02:00