Files
temporal/develop
Stephan Behnke 51181b17cc Improve memory diagnostics for test jobs (#10742)
## What changed?

- Poll CI memory every 1s with cheap process snapshots.
- Capture pprof and process memory diagnostics when memory crosses
threshold, then every 30s while above it.
- Upload memory diagnostics artifacts from post-test reporting.

## Why?

Make OOM failures easier to diagnose before the runner terminates the
test process.

Example:
https://github.com/temporalio/temporal/actions/runs/29111099672/job/86424089913?pr=10742#step:7:77
2026-07-13 18:59:29 +00:00
..