Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Reduce CAN queue length to 10 - don't want to be hiding any special k…
Browse files Browse the repository at this point in the history
…ind of bugs, right?
  • Loading branch information
aentinger committed May 15, 2024
1 parent 88b6992 commit eb47461
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo 0 > /sys/class/gpio/gpio$GPIO_CAN0_STBY/value

ip link set $CAN type can bitrate $CAN_BITRATE
ip link set $CAN up
ifconfig $CAN txqueuelen 1000
ifconfig $CAN txqueuelen 10

sudo -u fio ifconfig $CAN

Expand Down

0 comments on commit eb47461

Please sign in to comment.