Skip to content

Commit

Permalink
Define tcp max window 16MB via sysctl
Browse files Browse the repository at this point in the history
  • Loading branch information
pschork committed May 28, 2024
1 parent 91eee95 commit 8f37de6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions holesky/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ services:
- .env
restart: unless-stopped
da-node:
sysctls:
net.ipv4.tcp_window_scaling: 1
net.ipv4.tcp_rmem: "4096 131072 16000000"
env_file:
- .env
container_name: ${MAIN_SERVICE_NAME}
Expand Down
3 changes: 3 additions & 0 deletions mainnet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ services:
- .env
restart: unless-stopped
da-node:
sysctls:
net.ipv4.tcp_window_scaling: 1
net.ipv4.tcp_rmem: "4096 131072 16000000"
env_file:
- .env
container_name: ${MAIN_SERVICE_NAME}
Expand Down

0 comments on commit 8f37de6

Please sign in to comment.