Skip to content

Update resource documentation (remove outdated limitations). #2022

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 26, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions doc/source/resources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,16 +108,3 @@ decorator.
@ray.remote(resources={'Resource2': 1})
def f():
return 1

Current Limitations
-------------------

We are working to remove the following limitations.

- **Actor Resource Requirements:** Currently only GPUs are used to determine
actor placement.
- **Recovering from Bad Scheduling:** Currently Ray does not recover from poor
scheduling decisions. For example, suppose there are two GPUs (on separate
machines) in the cluster and we wish to run two GPU tasks. There are scenarios
in which both tasks can be accidentally scheduled on the same machine, which
will result in poor load balancing.