mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 20:15:56 +08:00
Add option to evict keys LRU from the sharded redis tables (#3499)
* wip * wip * format * wip * note * lint * fix * flag * typo * raise timeout * fix * optional get * fix flag * increase timeout in test * update docs * format
This commit is contained in:
committed by
Philipp Moritz
parent
0136af5aac
commit
cffe8f9806
@@ -37,7 +37,8 @@ class RayOutOfMemoryError(Exception):
|
||||
round(psutil.virtual_memory().shared / 1e9, 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.")
|
||||
"parameter when starting Ray, and the max Redis size with "
|
||||
"`redis_max_memory`.")
|
||||
|
||||
|
||||
class MemoryMonitor(object):
|
||||
|
||||
Reference in New Issue
Block a user