mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
change placement group report size to 1k (#17216)
Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
This commit is contained in:
parent
32803b53b0
commit
d67c57007b
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ RAY_CONFIG(bool, enable_timeline, true)
|
|||
|
||||
/// The maximum number of pending placement group entries that are reported to monitor to
|
||||
/// 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. */
|
||||
/// JSON configuration that describes the external storage. This is passed to
|
||||
|
|
Loading…
Add table
Reference in a new issue