mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-15 07:00:05 -05:00
increase rt.limit from 200ms to 2seconds
200ms seems a little small, some plugins initialize themselves from the RT thread and get killed. 2 seconds seem to be a better default. The important part is that there is a limit so that runaway processes are killed and don't lock up the system. Fixes #1344
This commit is contained in:
parent
77318477bc
commit
4b9b97841d
12 changed files with 26 additions and 26 deletions
|
|
@ -37,8 +37,8 @@ context.modules = [
|
|||
args = {
|
||||
#nice.level = -11
|
||||
#rt.prio = 88
|
||||
#rt.time.soft = 200000
|
||||
#rt.time.hard = 200000
|
||||
#rt.time.soft = 2000000
|
||||
#rt.time.hard = 2000000
|
||||
}
|
||||
flags = [ ifexists nofail ]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue