Open
Description
System dumps on macOS are large - uploading them has been taking down helix queues. Using the runtime's coredump features should allow for configuration such that we can get smaller and still useful dumps.
Since createdump is part of the test/payload, I think we should just be able to update the libraries runner template to set the dump configuration environment variables for DbgEnableMiniDump
, DbgMiniDumpName
, and DbgMiniDumpType
(cc @mikem8361 @hoyosjs) instead of using ulimit:
runtime/eng/testing/RunnerTemplate.sh
Lines 130 to 136 in 8cd701a
See also:
#65405 (comment)
https://github.com/dotnet/core-eng/issues/15333
cc @danmoseley
Metadata
Metadata
Assignees
Type
Projects
Status
No status