Skip to content

Commit

Permalink
Bump UDP receive buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Apr 13, 2023
1 parent 7ab94c8 commit 2433338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions perf/terraform/user-data.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# Bump UDP receive buffer size. See https://github.com/quic-go/quic-go/wiki/UDP-Receive-Buffer-Size.
sudo sysctl -w net.core.rmem_max=2500000

sudo yum update -y
sudo yum install docker -y
sudo systemctl enable docker
Expand Down

0 comments on commit 2433338

Please sign in to comment.