You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/website/advanced/configuration-guide.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,8 +21,8 @@ in the shared memory segment called `iceoryx_mgmt` when RouDi is started.
21
21
|`IOX_MAX_INTERFACE_NUMBER`| Maximum number of interface ports which are used by gateways |
22
22
|`IOX_MAX_REQUESTS_PROCESSED_SIMULTANEOUSLY`| Maximum number of server can process request in parallel |
23
23
24
-
Have a look at [IceoryxHoofsDeployment.cmake](../../../iceoryx_hoofs/cmake/IceoryxHoofsDeployment.cmake) and
25
-
[IceoryxPoshDeployment.cmake](../../../iceoryx_posh/cmake/IceoryxPoshDeployment.cmake) for the default values of the constants.
24
+
Have a look at [IceoryxHoofsDeployment.cmake](https://github.com/eclipse-iceoryx/iceoryx/blob/v3.0.0/iceoryx_hoofs/cmake/IceoryxHoofsDeployment.cmake) and
25
+
[IceoryxPoshDeployment.cmake](https://github.com/eclipse-iceoryx/iceoryx/blob/v3.0.0/iceoryx_posh/cmake/IceoryxPoshDeployment.cmake) for the default values of the constants.
26
26
27
27
!!! hint
28
28
With the default values set, the size of `iceoryx_mgmt` is ~64.5 MByte. You
@@ -93,7 +93,7 @@ for communication.
93
93
user-payload will be smaller than the configured chunk-payload since some
0 commit comments