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 46d9aa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion holesky/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Holesky

Head over to our [EigenDA operator guide](https://docs.eigenlayer.xyz/eigenda/operator-guides/overview) for installation instructions and more details.
Head over to our [EigenDA operator guides](https://docs.eigenlayer.xyz/eigenda/operator-guides/overview) for installation instructions and more details.
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 46d9aa2

Please sign in to comment.