mirror of
https://github.com/wassname/ray.git
synced 2026-07-14 11:17:54 +08:00
First pass at ray memory command for memory debugging (#7589)
This commit is contained in:
@@ -1549,10 +1549,7 @@ def put(value, weakref=False):
|
||||
except ObjectStoreFullError:
|
||||
logger.info(
|
||||
"Put failed since the value was either too large or the "
|
||||
"store was full of pinned objects. If you are putting "
|
||||
"and holding references to a lot of object ids, consider "
|
||||
"ray.put(value, weakref=True) to allow object data to "
|
||||
"be evicted early.")
|
||||
"store was full of pinned objects.")
|
||||
raise
|
||||
return object_id
|
||||
|
||||
|
||||
Reference in New Issue
Block a user