Add a warning for low RLIMIT_RTTIME values

This will make it much easier to spot issues caused by PipeWire.
This commit is contained in:
Robbert van der Helm
2021-05-27 14:22:58 +02:00
parent 0d3850e837
commit 68d5d33cba
2 changed files with 41 additions and 4 deletions
+3
View File
@@ -24,6 +24,9 @@ Versioning](https://semver.org/spec/v2.0.0.html).
allows **ujam** plugins and other plugins made with the Gorilla Engine such as
the **LoopCloud** plugins to function correctly as those plugins will throw a
seemingly unrelated error when they output to a pipe.
- Added a small warning on initialization when `RLIMIT_RTTIME` is set to some
small value. This happens when using PipeWire, and it can cause crashes when
using loading plugins.
### Changed