Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/real_time.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Setup user privileges to use real-time scheduling
-------------------------------------------------

To be able to schedule threads with user privileges (what the driver will do) you'll have to change
the user's limits by changing ``/etc/security/limits.conf`` (See `the manpage <https://manpages.ubuntu.com/manpages/bionic/man5/limits.conf.5.html>`_ for details)
the user's limits by changing ``/etc/security/limits.conf`` (See `the manpage <https://manpages.ubuntu.com/manpages/noble/en/man5/limits.conf.5.html>`_ for details)

We recommend to setup a group for real-time users instead of writing a fixed username into the config
file:
Expand Down
Loading