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
Nov 02 15:16:47 fedora earlyoom[782]: mem avail: 55 of 15859 MiB ( 0.35%), swap free: 575 of 8191 MiB ( 7.03%)
Nov 02 15:16:47 fedora earlyoom[782]: low memory! at or below SIGTERM limits: mem 2.52%, swap 10.00%
Nov 02 15:16:48 fedora earlyoom[782]: sending SIGTERM to process 17322 uid 1000 "miri": badness 1159, VmRSS 12042 MiB
Nov 02 15:16:48 fedora earlyoom[782]: process exited after 0.1 seconds
I'm not sure if this kind of problem is expected for some tests.
The text was updated successfully, but these errors were encountered:
Does MIRIFLAGS="-Zmiri-disable-stacked-borrows" help? That will of course mean Miri can no longer detect aliasing violations. You could also try figuring out which test is being run to use up all that RAM, and try reducing the iteration count or data size for that test.
MIRIFLAGS="-Zmiri-disable-stacked-borrows" does help, but instead I'll use #[cfg_attr(miri, ignore)], since I don't particularly need to run this test under miri. Thanks!
When testing gimli:
I get an OOM:
I'm not sure if this kind of problem is expected for some tests.
The text was updated successfully, but these errors were encountered: