Major refactoring of files and add pipewire tweaks

This commit is contained in:
Gerald Pinder
2024-04-26 21:55:45 -04:00
parent 80939f148b
commit b978030c51
49 changed files with 62 additions and 270 deletions

View File

@@ -0,0 +1,4 @@
# Default limits for users of pipewire
@pipewire - rtprio 95
@pipewire - nice -19
@pipewire - memlock 4194304

View File

@@ -0,0 +1,13 @@
RTKIT_ARGS="--scheduling-policy=FIFO
--our-realtime-priority=89
--max-realtime-priority=88
--min-nice-level=-19
--rttime-usec-max=2000000
--users-max=100
--processes-per-user-max=1000
--threads-per-user-max=10000
--actions-burst-sec=10
--actions-per-burst-max=1000
--canary-cheep-msec=30000
--canary-watchdog-msec=60000
"