[new scheduler] Pass test_basic and add CI builds with flag on (#11635)

This commit is contained in:
Eric Liang
2020-10-28 11:02:43 -07:00
committed by GitHub
parent 427b5af0ae
commit c933477915
7 changed files with 118 additions and 41 deletions
+1 -3
View File
@@ -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")