Skip to content

Commit e2ed175

Browse files
authored
1 parent 32e655f commit e2ed175

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/marin-cluster-template.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ docker:
6767
initialization_commands:
6868
# https://github.com/marin-community/marin/issues/3066
6969
- sudo sysctl -w net.ipv4.ip_local_port_range="1024 65535"
70+
- sudo sysctl -w net.ipv4.tcp_tw_reuse=1
7071
- which docker || (curl -fsSL https://get.docker.com -o get-docker.sh; sudo sh get-docker.sh; sudo usermod -aG docker $USER; sudo systemctl restart docker -f)
7172
- yes | gcloud auth configure-docker {{REGION}}-docker.pkg.dev
7273
# always run this because ray doesn't run with sudo

0 commit comments

Comments
 (0)