File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ DASHBOARD_AGENT_GRPC_PORT=${DASHBOARD_AGENT_GRPC_PORT:-53007}
5959METRICS_EXPORT_PORT=${METRICS_EXPORT_PORT:- 53009}
6060
6161# Ports for the head node
62- PORT=${PORT:- 54258 }
62+ PORT=${PORT:- 54514 }
6363RAY_CLIENT_SERVER_PORT=${RAY_CLIENT_SERVER_PORT:- 10001}
6464# REDIT_SHARD_PORTS=${REDIT_SHARD_PORTS:-"random"} ??
6565DASHBOARD_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
7272MIN_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/
7676RAY_LOG_SYNC_FREQUENCY=${RAY_LOG_SYNC_FREQUENCY:- }
You can’t perform that action at this time.
0 commit comments