... | @@ -1396,7 +1396,7 @@ RTPS SHM: "port marked as not ok" |
... | @@ -1396,7 +1396,7 @@ RTPS SHM: "port marked as not ok" |
|
|
|
|
|
**Solution**
|
|
**Solution**
|
|
|
|
|
|
The SHM transport is one of the default transports of a DDS application and is used to communicate to peers on the same host. The relevant files created by DDS are visible in /dev/shm/*fast*.
|
|
The SHM transport is one of the default transports of a DDS application and is used to communicate to peers on the same host. The relevant files created by DDS are visible in /dev/shm/\*fast\*.
|
|
If a DDS does not exit cleanly, it may leave the SHM files present, possibly leading to errors when the application restarts, and in any case polluting the /dev/shm/ folder.
|
|
If a DDS does not exit cleanly, it may leave the SHM files present, possibly leading to errors when the application restarts, and in any case polluting the /dev/shm/ folder.
|
|
|
|
|
|
To clean up the SHM files used by DDS the following command is provided:
|
|
To clean up the SHM files used by DDS the following command is provided:
|
... | | ... | |