mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Mention RLIMIT_RTTIME for better Ctrl+F-ability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user