mirror of
https://github.com/wassname/ray.git
synced 2026-07-25 13:30:52 +08:00
Remove dependence on psutil. Add utility functions for getting system memory. (#2892)
This commit is contained in:
committed by
Hao Chen
parent
61bf6c6123
commit
ea9d1cc887
@@ -169,7 +169,7 @@ def ray_start_reconstruction(request):
|
||||
manager_stdout_file, manager_stderr_file = (ray.services.new_log_files(
|
||||
"plasma_manager_{}".format(i), True))
|
||||
plasma_addresses.append(
|
||||
ray.services.start_objstore(
|
||||
ray.services.start_plasma_store(
|
||||
node_ip_address,
|
||||
redis_address,
|
||||
objstore_memory=objstore_memory,
|
||||
|
||||
Reference in New Issue
Block a user