There was an error while loading. Please reload this page.
1 parent a702712 commit 871438fCopy full SHA for 871438f
1 file changed
eng/testing/RunnerTemplate.sh
@@ -132,7 +132,11 @@ if [[ "$(uname -s)" == "Darwin" ]]; then
132
# files already in /cores/ at this point. This is being done to prevent
133
# inadvertently flooding the CI machines with dumps.
134
if [[ ! -d "/cores" || ! "$(ls -A /cores)" ]]; then
135
- ulimit -c unlimited
+ # TODO: Re-enable core dumps - https://github.com/dotnet/runtime/issues/65000
136
+ # Temporarily disabling core dumps on osx as runtime work items uploading dumps
137
+ # are affecting the entire queue
138
+ # ulimit -c unlimited
139
+ ulimit -c 0
140
fi
141
142
elif [[ "$(uname -s)" == "Linux" ]]; then
0 commit comments