From 8712932cec999f9b7e29315a48301a5d751907f3 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 27 Sep 2021 20:16:59 +0200 Subject: [PATCH] Mention RLIMIT_RTTIME for better Ctrl+F-ability --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4dec1d94..8db261f5 100644 --- a/README.md +++ b/README.md @@ -611,9 +611,9 @@ the yabridge [Discord](https://discord.gg/pyNeweqadf). the out of the box configuration. PipeWire versions before 0.32.0 used rtkit instead of regular realtime scheduling, and both PipeWire and rtkit would impose a low limit on the maximum amount of CPU time a realtime process may - use at a time. This would cause plugins that take a long time to initialize to - crash. With PipeWire 0.32.0 you only need to change a single configuration - file to prevent this from happening. Simply copy + use at a time (`RLIMIT_RTTIME`). This would cause plugins that take a long + time to initialize to crash. With PipeWire 0.32.0 you only need to change a + single configuration file to prevent this from happening. Simply copy `/usr/share/pipewire/jack.conf` to `~/.config/pipewire/jack.conf`, uncomment the `rt.time.soft` and `rt.time.hard` arguments for the `libpipewire-module-rt` module, and then set both to `-1`. Alternatively, you