Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #6948 unit test #6967

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open

Conversation

Arkatufus
Copy link
Contributor

DO NOT MERGE

Related to #6948

Could not reproduce original report, OOME were happening inside both actor and coordinated shutdown and ActorSystem still exits cleanly.

Need to be tested locally, how to test:

Windows

$env:DOTNET_GCHeapHardLimit = 10971520
dotnet test --filter 6948 --logger:"console;verbosity=detailed"

Linux

export DOTNET_GCHeapHardLimit=10971520
dotnet test --filter 6948 --logger:"console;verbosity=detailed"

@Arkatufus Arkatufus added the NO MERGE Don't merge. label Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NO MERGE Don't merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants