Skip to content

Commit

Permalink
Update 2024-08-19-GSoC-2024-Zenoh-Support-and-Benchmarking.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CihatAltiparmak authored Aug 26, 2024
1 parent a8bbdbc commit 75efae2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions _posts/2024-08-19-GSoC-2024-Zenoh-Support-and-Benchmarking.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,18 @@ Finally, the benchmarks have been conducted in a way to give the reliable compar
We have benchmarked the middlewares against various scenarios and we have found below benchmark results. We have used default configurations of rmw_zenoh except the fact that we configured some tcp settings like below:

```sh
# for rmw_zenoh
sudo sysctl -w "net.ipv4.tcp_rmem=4096 4096 4096"
sudo sysctl -w "net.ipv4.tcp_wmem=4096 4096 4096"
sudo sysctl -w "net.ipv4.tcp_mem=4096 4096 4096"

# for all middlewares
sudo sysctl -w net.ipv4.udp_mem="102400 873800 16777216"
sudo sysctl -w net.core.netdev_max_backlog="30000"
sudo sysctl -w net.core.rmem_max="20971520"
sudo sysctl -w net.core.wmem_max="20971520"
sudo sysctl -w net.core.rmem_default="20971520"
sudo sysctl -w net.core.wmem_default="20971520"
```

![scenario_perception_pipeline](../assets/images/gsoc24/scenario_perception_pipeline_blog.png)
Expand Down

0 comments on commit 75efae2

Please sign in to comment.