Changed cpu pinning; more headroom for audiopipeline; dep and asrc on core 3
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
"defaultEncoding" : "PCM16",
|
||||
"numDepCores" :
|
||||
[
|
||||
2
|
||||
3
|
||||
]
|
||||
},
|
||||
"network" :
|
||||
|
||||
@@ -13,8 +13,8 @@ Environment=LOG_LEVEL=INFO
|
||||
CPUSchedulingPolicy=fifo
|
||||
CPUSchedulingPriority=10
|
||||
LimitRTPRIO=99
|
||||
AllowedCPUs=1
|
||||
CPUAffinity=1
|
||||
AllowedCPUs=0,1,2
|
||||
CPUAffinity=0,1,2
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user