1
0
forked from fsfw/fsfw

issues with fixed timeslo ttask on linux

This commit is contained in:
2020-06-06 14:45:45 +02:00
parent 788f7a3745
commit 212cd58f9a
4 changed files with 31 additions and 15 deletions

View File

@ -64,7 +64,7 @@ ReturnValue_t MessageQueue::handleError(mq_attr* attributes,
// Run the unlockRealtime script or grant the mode manully by using:
// sudo setcap 'CAP_SYS_RESOURCE=+ep' <pathToBinary>
// Permanent solution:
// Permanent solution (EventManager has mq depth of 80):
// echo msg_max | sudo tee /proc/sys/fs/mqueue/msg_max
sif::error << "MessageQueue::MessageQueue: Default MQ size "
<< defaultMqMaxMsg << " is too small for requested size "