change placement group report size to 1k (#17216)

Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
This commit is contained in:
Jiao 2021-07-30 11:29:41 -07:00 committed by GitHub
parent 32803b53b0
commit d67c57007b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,7 +352,7 @@ RAY_CONFIG(bool, enable_timeline, true)
/// The maximum number of pending placement group entries that are reported to monitor to /// The maximum number of pending placement group entries that are reported to monitor to
/// autoscale the cluster. /// autoscale the cluster.
RAY_CONFIG(int64_t, max_placement_group_load_report_size, 100) RAY_CONFIG(int64_t, max_placement_group_load_report_size, 1000)
/* Configuration parameters for object spilling. */ /* Configuration parameters for object spilling. */
/// JSON configuration that describes the external storage. This is passed to /// JSON configuration that describes the external storage. This is passed to