You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reduce test-ops parallelism to avoid OOM on runner
test-ops spawns cadence_runner subprocesses per test which uses
significantly more memory than the pure-Python test-aot tests.
Limit to 4 workers to prevent runner OOM kills.
0 commit comments