Skip to content

Commit

Permalink
README: add a note about how to enable realtime
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
  • Loading branch information
dougsland committed Jan 30, 2025
1 parent 236ad09 commit d6d0aa9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [QM Sub-Package Video](#qm-sub-package-video)
7. [Examples](#examples)
8. [Development](#development)
9. [Realtime](#realtime)
9. [Talks and Videos](#talks-and-videos)
- [Paving the Way for Uninterrupted Car Operations - DevConf Boston 2024](https://www.youtube.com/watch?v=jTrLqpw7E6Q)
- [Security - Sample Risk Analysis according to ISO26262](https://www.youtube.com/watch?v=jTrLqpw7E6Q&t=1268s)
Expand Down Expand Up @@ -587,6 +588,13 @@ Looking for quadlet examples files? See our [docs dir](docs/quadlet-examples/).
If your looking for contribute to the project use our [development README guide](docs/devel/README.md) as start point.
## Realtime
To enable real-time removal of sched_* blockage via seccomp, comment out the SeccompProfile.
```bash
vi qm.console
# SeccompProfile=/usr/share/qm/seccomp-no-rt.json
## Talks and Videos
Let's spread the knowledge regarding QM, if you have any interesting video regarding any
Expand Down

0 comments on commit d6d0aa9

Please sign in to comment.