diff options
author | Chris Robinson <[email protected]> | 2021-04-20 07:35:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-20 07:35:42 -0700 |
commit | 37730927efe488e63114b5c665bd53e9ee5b478c (patch) | |
tree | 80363099564e4dc4ab61764a24ff1ddb4cc70236 /alsoftrc.sample | |
parent | 22818b3e8399985e3174583cfaba6cb4436d7010 (diff) |
Lower RLIMIT_RTTIME to allow RTKit to give RT priority
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index 3c964ada..825d74c9 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -190,6 +190,11 @@ # be a problem. #rt-prio = 1 +## rt-time-limit: (global) +# On non-Windows systems, allows reducing the process's RLIMIT_RTTIME resource +# as necessary for acquiring real-time priority from RTKit. +#rt-time-limit = true + ## sources: # Sets the maximum number of allocatable sources. Lower values may help for # systems with apps that try to play more sounds than the CPU can handle. |