Signed-off-by: Clarence Ng <clarence.wyng@gmail.com>
This commit is contained in:
clarng 2022-08-31 22:30:41 -07:00 committed by GitHub
parent 1bba65705a
commit ac6d63e397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)