mirror of
https://github.com/vale981/ray
synced 2025-03-04 17:41:43 -05:00
parent
1bba65705a
commit
ac6d63e397
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ RAY_CONFIG(float, memory_usage_threshold_fraction, 0.9)
|
|||
|
||||
/// The interval between runs of the memory usage monitor.
|
||||
/// Monitor is disabled when this value is 0.
|
||||
RAY_CONFIG(uint64_t, memory_monitor_interval_ms, 0)
|
||||
RAY_CONFIG(uint64_t, memory_monitor_interval_ms, 500)
|
||||
|
||||
/// If the raylet fails to get agent info, we will retry after this interval.
|
||||
RAY_CONFIG(uint64_t, raylet_get_agent_info_interval_ms, 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue