主要内容

Linux Systems with No prlimit Command

If your Linux® machine does not have the prlimit command use this command to define the maximum real-time scheduling priority rtprio. Use your group name in place of GROUP

@GROUP - rtprio 99
To determine you group name run:
$ id -gn
For more information, see https://files.ettus.com/manual/page_general.html#general_threading.

These changes are not persistent. To retain these settings in your Linux account, see Make Changes Persistent on Linux.