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
Fix macOS CI V8 OOM: remove --single-process now that launchctl asuser fixes Mach ports
--single-process was added in cc0217e as a workaround for Mach port
rendezvous failures (child processes could not look up the server in
the CI bootstrap domain). b643615 fixed the root cause by running
tests via "launchctl asuser", so --single-process is no longer needed.
With --single-process still present, V8 fails to reserve a contiguous
virtual memory CodeRange for each in-process renderer isolate
(V8 process OOM: Failed to reserve virtual memory for CodeRange),
causing osr_test to error out after step 4.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments