Update resource documentation (remove outdated limitations). (#2022)

This commit is contained in:
Robert Nishihara
2018-05-25 22:19:47 -07:00
committed by Philipp Moritz
parent bb8bfce403
commit dc03506108
-13
View File
@@ -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.