Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ctring authored Jul 10, 2023
1 parent 906af4c commit 968e634
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,17 @@ Involved regions: 0 1
```
</details>

NOTE: If your deployment involves network link that is over 100ms round-trip time, for better performance, run the following commands on each node to increase the network buffer:

```
sudo sysctl -w net.core.rmem_max=10485760
sudo sysctl -w net.core.wmem_max=10485760
```
and set the following fields in the config:
```
broker_rcvbuf: 10485760
long_sender_sndbuf: 10485760
```
## Experiments
Experiment data and code to generate the figures in the paper can be found in https://github.com/umd-dslam/DetockAnalysis

0 comments on commit 968e634

Please sign in to comment.