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: docs/environment-setup/scripts.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ Neither script requires `agnocast.ko` to be loaded or `libagnocast_heaphook.so`
10
10
11
11
| Script | Purpose |
12
12
|---|---|
13
-
|`dds_config.bash`| Apply Cyclone DDS runtime settings (`net.core.rmem_max`, loopback multicast) required for Agnocast over Cyclone DDS. Guarded by `/tmp/cycloneDDS_configured` so it runs only once per boot. |
14
-
|`setup_thread_configurator.bash`| Grant `CAP_SYS_NICE` to `thread_configurator_node` and register library paths in `/etc/ld.so.conf.d/agnocast-cie.conf`. Automates the manual steps described in [Callback Isolated Executor → Integration Guide, Step 2](../callback-isolated-executor/integration-guide.md#step-2-set-up-the-thread-configurator). |
13
+
|`dds_config.bash`| Apply CycloneDDS runtime settings (`net.core.rmem_max`, loopback multicast) required for Agnocast over CycloneDDS. Guarded by `/tmp/cycloneDDS_configured` so it runs only once per boot. |
14
+
|`setup_thread_configurator.bash`| Grant `CAP_SYS_NICE` to `thread_configurator_node` and register library paths in `/etc/ld.so.conf.d/agnocast-cie.conf`. Automates the manual steps described in [CallbackIsolatedExecutor → Integration Guide, Step 2](../callback-isolated-executor/integration-guide.md#step-2-set-up-the-thread-configurator). |
15
15
16
16
## Sample application launchers
17
17
@@ -23,8 +23,8 @@ Each `sample_application/run_*.bash` script is a thin wrapper that runs `source
0 commit comments