Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Iaroslav Igoshev <Poolliver868@mail.ru>
  • Loading branch information
anmyachev and YarShev authored Dec 13, 2023
1 parent 1ca9a8b commit 5cafe45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started/using_modin/using_modin_cluster.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This configuration script starts 1 head node (m5.24xlarge) and 7 workers (m5.24x
cloud providers or on-premise, you can also refer to the `Ray's cluster docs`_.

.. note::
By default, Modin uses 60% of the system memory. It is recommended to use the same
By default, Modin on Ray uses 60% of the system memory. It is recommended to use the same
amount, when using your own cluster (for each node).

Connecting to a Ray Cluster
Expand All @@ -61,8 +61,8 @@ Modin:
Congratualions! You have successfully connected to the Ray cluster.

.. note::
Be careful when using the Ray client to connect to a remote cluster, most likely
this connection mode will not work. Known bugs:
Be careful when using the Ray client to connect to a remote cluster.
This connection mode may not work. Known bugs:
- https://github.com/ray-project/ray/issues/38713,
- https://github.com/modin-project/modin/issues/6641.

Expand Down

0 comments on commit 5cafe45

Please sign in to comment.