mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +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
|
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
|
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
|
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
|
use at a time (`RLIMIT_RTTIME`). This would cause plugins that take a long
|
||||||
crash. With PipeWire 0.32.0 you only need to change a single configuration
|
time to initialize to crash. With PipeWire 0.32.0 you only need to change a
|
||||||
file to prevent this from happening. Simply copy
|
single configuration file to prevent this from happening. Simply copy
|
||||||
`/usr/share/pipewire/jack.conf` to `~/.config/pipewire/jack.conf`, uncomment
|
`/usr/share/pipewire/jack.conf` to `~/.config/pipewire/jack.conf`, uncomment
|
||||||
the `rt.time.soft` and `rt.time.hard` arguments for the
|
the `rt.time.soft` and `rt.time.hard` arguments for the
|
||||||
`libpipewire-module-rt` module, and then set both to `-1`. Alternatively, you
|
`libpipewire-module-rt` module, and then set both to `-1`. Alternatively, you
|
||||||
|
|||||||
Reference in New Issue
Block a user