Bryan Waite 2023-01-31 08:21:39 +00:00 committed by GitHub
parent 5b07c8fc6c
commit e25816fc05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -992,11 +992,15 @@ Or you can use the :command:`prlimit` program from the util-linux package:
The systemd service file shipped with :program:`MPD` comes with this setting.
This works only if the Linux kernel was compiled with :makevar:`CONFIG_RT_GROUP_SCHED` disabled. Use the following command to check this option for your current kernel:
This works only if the Linux kernel was compiled with :makevar:`CONFIG_RT_GROUP_SCHED` disabled. Use the following command(s) to check this option for your current kernel:
.. code-block:: none
.. code-block:: sh
zgrep ^CONFIG_RT_GROUP_SCHED /proc/config.gz
# OR
grep ^CONFIG_RT_GROUP_SCHED /boot/config
# OR
grep ^CONFIG_RT_GROUP_SCHED /boot/config-$(uname -r)
You can verify whether the real-time scheduler is active with the ps command: