Skip to content

[pull] master from ray-project:master#1077

Merged
pull[bot] merged 1 commit into
garymm:masterfrom
ray-project:master
Jun 16, 2026
Merged

[pull] master from ray-project:master#1077
pull[bot] merged 1 commit into
garymm:masterfrom
ray-project:master

Conversation

@pull

@pull pull Bot commented Jun 16, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

…benchmark (#64125)

## Description

The video object detection benchmark previously ran with the default Ray
Data settings, which don't guard against the OOMs we want this benchmark
to be resilient to. This enables the memory-safety best practices we
recommend to users so the benchmark exercises (and validates) them.

Specifically, it:

- Sets `isolate_read_workers = True` so other operators' tasks don't get
co-scheduled with read workers.
- Sets `default_map_logical_memory_enabled = True` so the system
reserves logical memory for map UDFs by default.
- Sets `memory=3_529_273_344` (~3.5 GB) on the high-memory
`ExtractImageFeatures` UDF. Ray Data can't prevent OOMs unless `memory`
is specified for high-memory UDFs; this value is the max USS observed in
previous nightly runs.

These are opt-in settings (not enabled by default), so they only affect
this benchmark.

## Related issues

## Additional information

Signed-off-by: Balaji Veeramani <bveeramani@berkeley.edu>
@pull pull Bot locked and limited conversation to collaborators Jun 16, 2026
@pull pull Bot added the ⤵️ pull label Jun 16, 2026
@pull pull Bot merged commit 85c8125 into garymm:master Jun 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant