Skip to content
New issue

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

POSIX: Your queue depth may be too large #12

Closed
aFunnyBit opened this issue Feb 18, 2018 · 1 comment
Closed

POSIX: Your queue depth may be too large #12

aFunnyBit opened this issue Feb 18, 2018 · 1 comment
Milestone

Comments

@aFunnyBit
Copy link

aFunnyBit commented Feb 18, 2018

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.

root# echo 256 > /proc/sys/fs/mqueue/msg_max
@skliper
Copy link
Contributor

skliper commented May 31, 2019

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.

@skliper skliper closed this as completed May 31, 2019
@skliper skliper added this to the 6.6.0 milestone Sep 16, 2019
dmknutsen pushed a commit that referenced this issue Jan 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants