Re: Fixed: cw latency and wsjtx/flidigi sidetone
First:
?
sudo apt install cpuset
?
Then, is anyone willing to try the following shell script to see if it improves keying latency:
?
#
# run sbitx process on CPU 3 and move all other processes to other CPU cores
#
PID=`pidof sbitx`
echo $PID
for pid in $(ps -eo pid | grep -v "$PID" | grep -v PID); do
?? ? sudo taskset -cp 0-2 $pid 2>/dev/null
?? ? echo $pid
done
sudo taskset -cp 3 "$PID"
#
# end
?
?
No warranties implied. ?You may have to reboot your zbitx if this doesn't work.
73, Ron, n6ywu
|