1
0
Fork 0
mirror of synced 2024-10-01 01:37:56 +13:00

Remove tcp read buffer auto-size disabling

This commit is contained in:
Jake Barnby 2022-11-15 20:52:08 +13:00
parent cca33c6c5d
commit e750c19660
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -41,7 +41,6 @@ services:
- net.core.somaxconn=1024 - net.core.somaxconn=1024
- net.ipv4.tcp_rmem=1024 4096 16384 - net.ipv4.tcp_rmem=1024 4096 16384
- net.ipv4.tcp_wmem=1024 4096 16384 - net.ipv4.tcp_wmem=1024 4096 16384
- net.ipv4.tcp_moderate_rcvbuf=0
- net.ipv4.ip_local_port_range=1025 65535 - net.ipv4.ip_local_port_range=1025 65535
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock