Skip to content

Commit

Permalink
Merge pull request #2293 from elfenpiff/iox-2287-shm-problem-add-faq-…
Browse files Browse the repository at this point in the history
…entry

iox-#2287 Add faq shm size docker entry
  • Loading branch information
elBoberido committed May 16, 2024
2 parents 4a41c33 + e7f5dc5 commit cb2608a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/website/FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ In this document are tips and hints documented which can help for troubleshootin

Yes. Take a look at the [icedocker example](../../iceoryx_examples/icedocker/)

## iceoryx crashes with SIGABRT when reserving shared memory in a docker envirnonment

Check the `--shm-size` flag of the docker container. Does the container provide the shared memory size required for the segment?

## How can I find out if RouDi is running?

RouDi uses a file locking machanism to ensure that only one RouDi instance is running at a time. For that RouDi
Expand Down

0 comments on commit cb2608a

Please sign in to comment.