Ray use too many port, maybe there should have a proxy!

How severe does this issue affect your experience of using Ray?

  • High: It blocks me to complete my task.

For many reason, I don’t have enough port to run Ray. Port is public resource, and I need to share with my workmates.

Ray need about 10 port (Configuring Ray — Ray 2.22.0) for basic run, and every worker need a port, that is too much for me.

Ray should do something for this, like unix socket or proxy process.

Hmm…how many workmates are on a single machine? On Linux there’s ~50k ports they are all utilized?

Still though it’s not a bad feature to have - can you cut a Github feature request and we can continue the discussion there. Would also be good to get feedback from the Ray Community at large to see if this is something that is largely impactful.

I will make a issue on github.

Ray should have a proxy to reduce the port number. · Issue #45574 · ray-project/ray · GitHub < here > TY much @Asudo