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
Update documentation to show Posix fix:
Edit /etc/sysctl.conf and add the lines:
# Increase message queue fs.mqueue.msg_max = 256
Edit as root /proc/sys/fs/mqueue/msg_max is set to 256 or some value appropriate.
/proc/sys/fs/mqueue/msg_max
root# echo 256 > /proc/sys/fs/mqueue/msg_max
The text was updated successfully, but these errors were encountered:
Due to refactoring repos, added comment at https://github.com/nasa/cFS/blob/rc-6.6.0a/README.md
Will get pushed to master once bundle completes testing.
Sorry, something went wrong.
Fix #12, Remove gen_msgids submodule
05976e6
No branches or pull requests
Update documentation to show Posix fix:
Edit /etc/sysctl.conf and add the lines:
# Increase message queue fs.mqueue.msg_max = 256
Or
Edit as root
/proc/sys/fs/mqueue/msg_max
is set to 256 or some value appropriate.The text was updated successfully, but these errors were encountered: