mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:29:08 +08:00
[rllib] Enable object store memory limit by default (#5534)
This commit is contained in:
@@ -183,7 +183,7 @@ class ResourceSpec(
|
||||
if memory is None:
|
||||
memory = (avail_memory - object_store_memory - (redis_max_memory
|
||||
if is_head else 0))
|
||||
if memory < 500e6 and memory < 0.05 * system_memory:
|
||||
if memory < 100e6 and memory < 0.05 * system_memory:
|
||||
raise ValueError(
|
||||
"After taking into account object store and redis memory "
|
||||
"usage, the amount of memory on this node available for "
|
||||
|
||||
Reference in New Issue
Block a user