File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 53
53
54
54
.. important ::
55
55
56
- A reboot of the system is recommended so that the group addition is propagated when you open a new terminal.
56
+ A reboot of the system is in general needed so that the group addition is propagated when you open a new terminal.
57
57
58
58
If you're curious, here are the main contents of the script.
59
59
@@ -163,6 +163,28 @@ Docker container in a realtime kernel
163
163
164
164
TODO
165
165
166
+ Install PREEMPT_RT
167
+ ++++++++++++++++++
168
+
169
+ .. seealso ::
170
+
171
+ *. https://ubuntu.com/real-time
172
+ *. https://canonical-ubuntu-pro-client.readthedocs-hosted.com/en/latest/howtoguides/enable_realtime_kernel/
173
+
174
+ .. code-block :: console
175
+
176
+ sudo pro attach
177
+ sudo apt update && sudo apt install ubuntu-advantage-tools
178
+ sudo pro enable realtime-kernel
179
+
180
+ .. tip ::
181
+
182
+ You can check if a process has properly been elevated to ``SCHED_FIFO `` with the following command.
183
+
184
+ .. code-block :: console
185
+
186
+ ps -eLfc | grep FF
187
+
166
188
Common issues
167
189
-------------
168
190
You can’t perform that action at this time.
0 commit comments