Skip to content

Commit e70725e

Browse files
authored
Increase ephemeral port range on the cluster (#3113)
* re #3066
1 parent fc13b42 commit e70725e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

infra/marin-cluster-template.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ docker:
6565

6666

6767
initialization_commands:
68+
# https://github.com/marin-community/marin/issues/3066
69+
- sudo sysctl -w net.ipv4.ip_local_port_range="1024 65535"
6870
- 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)
6971
- yes | gcloud auth configure-docker {{REGION}}-docker.pkg.dev
7072
# always run this because ray doesn't run with sudo

0 commit comments

Comments
 (0)