-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.13.0
-
Component/s: C++ - Plasma
-
Labels:
Currently, the plasma server exists with a fatal check if not enough memory is available. This can lead to errors that are hard to diagnose, see
https://github.com/ray-project/ray/issues/3670
Instead, we should keep the store alive in these circumstances, taking up some of the remaining memory and allow the client to check if enough memory has been allocating.
- links to