Local node IP: .+
Available RAM
  Workers: .+ GiB
  Objects: .+ GiB

  To adjust these values, use
    ray\.init\(memory=<bytes>, object_store_memory=<bytes>\)
Dashboard URL: .+

--------------------
Ray runtime started.
--------------------

Next steps
  To connect to this Ray runtime from another node, run
    ray start --address='.+' --redis-password='.+'

  Alternatively, use the following Python code:
    import ray
    ray\.init\(address='auto', redis_password='.+'\)

  If connection fails, check your firewall settings other network configuration.

  To terminate the Ray runtime, run
    ray stop
