mirror of
https://github.com/wassname/ray.git
synced 2026-08-04 13:14:14 +08:00
[new scheduler] Pass test_basic and add CI builds with flag on (#11635)
This commit is contained in:
@@ -52,9 +52,7 @@ class RayOutOfMemoryError(Exception):
|
||||
f"The top 10 memory consumers are:\n\n{proc_str}" +
|
||||
"\n\nIn addition, up to {} GiB of shared memory is ".format(
|
||||
round(get_shared(psutil.virtual_memory()) / (1024**3), 2))
|
||||
+ "currently being used by the Ray object store. You can set "
|
||||
"the object store size with the `object_store_memory` "
|
||||
"parameter when starting Ray.\n---\n"
|
||||
+ "currently being used by the Ray object store.\n---\n"
|
||||
"--- Tip: Use the `ray memory` command to list active "
|
||||
"objects in the cluster.\n---\n")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user