mirror of
https://github.com/wassname/ray.git
synced 2026-08-07 11:27:43 +08:00
Remove public facing references to --redis-address. (#6631)
This commit is contained in:
@@ -116,4 +116,4 @@ head_start_ray_commands:
|
||||
# Command to start ray on worker nodes. You don't need to change this.
|
||||
worker_start_ray_commands:
|
||||
- ray stop
|
||||
- ulimit -n 65536; ray start --redis-address=$RAY_HEAD_IP:6379
|
||||
- ulimit -n 65536; ray start --address=$RAY_HEAD_IP:6379
|
||||
|
||||
@@ -139,4 +139,4 @@ head_start_ray_commands:
|
||||
# Command to start ray on worker nodes. You don't need to change this.
|
||||
worker_start_ray_commands:
|
||||
- ray stop
|
||||
- ulimit -n 65536; ray start --redis-address=$RAY_HEAD_IP:6379 --object-manager-port=8076
|
||||
- ulimit -n 65536; ray start --address=$RAY_HEAD_IP:6379 --object-manager-port=8076
|
||||
|
||||
@@ -124,4 +124,4 @@ head_start_ray_commands:
|
||||
# Command to start ray on worker nodes. You don't need to change this.
|
||||
worker_start_ray_commands:
|
||||
- ray stop
|
||||
- ulimit -n 65536; ray start --redis-address=$RAY_HEAD_IP:6379 --object-manager-port=8076
|
||||
- ulimit -n 65536; ray start --address=$RAY_HEAD_IP:6379 --object-manager-port=8076
|
||||
|
||||
Reference in New Issue
Block a user