Skip to content

Commit

Permalink
Set minimum port number a Ray worker can listen on to 11002 (#4278)
Browse files Browse the repository at this point in the history
Set worker minimum port number
  • Loading branch information
cbrownstein-lambda authored Nov 7, 2024
1 parent fe2ce9a commit 5507811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sky/provision/instance_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ def start_ray_on_head_node(cluster_name: str, custom_resource: Optional[str],
f'--disable-usage-stats '
f'--port={constants.SKY_REMOTE_RAY_PORT} '
f'--dashboard-port={constants.SKY_REMOTE_RAY_DASHBOARD_PORT} '
f'--min-worker-port 11002 '
f'--object-manager-port=8076 '
f'--temp-dir={constants.SKY_REMOTE_RAY_TEMPDIR}')
if custom_resource:
Expand Down

0 comments on commit 5507811

Please sign in to comment.