mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 01:08:31 +08:00
[Object spilling] Add policy to automatically spill objects on OutOfMemory (#11673)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user