Skip to content

Commit 33ca684

Browse files
authored
fix: expand ray port range from 54001 ~ 54257 to 54001 ~ 54513 (#950)
Signed-off-by: Yuki Huang <yukih@nvidia.com>
1 parent eb48be9 commit 33ca684

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ray.sub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ DASHBOARD_AGENT_GRPC_PORT=${DASHBOARD_AGENT_GRPC_PORT:-53007}
5959
METRICS_EXPORT_PORT=${METRICS_EXPORT_PORT:-53009}
6060

6161
# Ports for the head node
62-
PORT=${PORT:-54258}
62+
PORT=${PORT:-54514}
6363
RAY_CLIENT_SERVER_PORT=${RAY_CLIENT_SERVER_PORT:-10001}
6464
#REDIT_SHARD_PORTS=${REDIT_SHARD_PORTS:-"random"} ??
6565
DASHBOARD_GRPC_PORT=${DASHBOARD_GRPC_PORT:-52367}
@@ -70,7 +70,7 @@ DASHBOARD_AGENT_LISTEN_PORT=${DASHBOARD_AGENT_LISTEN_PORT:-52365}
7070
# (not including the other ports set by this script). So this range is chosen to be
7171
# somewhere in the middle
7272
MIN_WORKER_PORT=${MIN_WORKER_PORT:-54001}
73-
MAX_WORKER_PORT=${MAX_WORKER_PORT:-54257}
73+
MAX_WORKER_PORT=${MAX_WORKER_PORT:-54513}
7474
########################################################
7575
# Number seconds to sync logs from /tmp/ray/session_*/logs to $LOG_DIR/ray/
7676
RAY_LOG_SYNC_FREQUENCY=${RAY_LOG_SYNC_FREQUENCY:-}

0 commit comments

Comments
 (0)