[Object spilling] Add policy to automatically spill objects on OutOfMemory (#11673)

This commit is contained in:
Stephanie Wang
2020-11-02 15:42:02 -05:00
committed by GitHub
parent 8d74a04a42
commit 0ba777af99
29 changed files with 602 additions and 129 deletions
-1
View File
@@ -734,7 +734,6 @@ class Node:
head_node=self.head,
start_initial_python_workers_for_first_job=self._ray_params.
start_initial_python_workers_for_first_job,
object_spilling_config=self._ray_params.object_spilling_config,
code_search_path=self._ray_params.code_search_path)
assert ray_constants.PROCESS_TYPE_RAYLET not in self.all_processes
self.all_processes[ray_constants.PROCESS_TYPE_RAYLET] = [process_info]