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
As cargo miri increases memory usage, if in a unit test, spawning too many threads in concurrent unit tests will lead the runner of GitHub CI OOM (Out of Memory).
Need to find a way that does not spawn multiple threads but still reproduces data contention, maybe a Barrier?
The text was updated successfully, but these errors were encountered:
As
cargo miri
increases memory usage, if in a unit test, spawning too many threads in concurrent unit tests will lead the runner of GitHub CI OOM (Out of Memory).Need to find a way that does not spawn multiple threads but still reproduces data contention, maybe a
Barrier
?The text was updated successfully, but these errors were encountered: