1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-01-07 06:56:43 +01:00

Tuning the sound architecture to be more Real Time aware.

This commit is contained in:
j1nx 2021-03-30 13:12:17 +02:00
parent 6449a1e75f
commit 1e7f15c015
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@audio nice -15
@audio - rtprio 90 # maximum realtime priority
@audio - memlock unlimited # maximum locked-in-memory address space (KB)

View File

@ -1,2 +1,3 @@
vm.swappiness = 30
kernel.panic = 20
fs.inotify.max_user_watches = 524288