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
Docs: add warning about MtlManager in the run.md (#1132)
Change the run to inlcude warning about MtlManager as clinets are
oftentimes running into lcore
assigmnet issues which could be avoided by
signaling them to use MtlManager in clear enough
form.
Copy file name to clipboardExpand all lines: doc/run.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,18 @@ The number is dependent on the workloads you wish to execute. Consider increasin
144
144
145
145
## 5. Run the Sample Application
146
146
147
+
> **WARNING:** It is crucial to run the MTL Manager using the Bash command
148
+
> ```bash
149
+
> sudo MtlManager
150
+
>```
151
+
> before attempting to run more than one MTL process per machine or server.
152
+
>
153
+
> Failure to do so will result in improper logical core (lcore) management, as all MTL
154
+
> processes will allocate on the same cores, leading to severe performance degradation
155
+
> and potential system instability.
156
+
>
157
+
> For detailed instructions and further information, please refer to the [manager/README.md](../manager/README.md)
158
+
147
159
### 5.1. Prepare Source Files
148
160
149
161
Please note that the input YUV source file forthe sample application isin the RFC4175 YUV422BE10 (big-endian 10-bit) pixel group format, which is defined in the ST2110 specification. This project includes a simple tool to convert the format from YUV422 planar 10-bit little-endian format.
0 commit comments