Too high RAM usage in tests #9710
Unanswered
mo8it
asked this question in
Troubleshooting
Replies: 2 comments 1 reply
-
After running |
Beta Was this translation helpful? Give feedback.
0 replies
-
I can't replicate. The highest it ever went was 1gb. What system & OS are you running, what is your system environment, and do you have a custom config for Rust? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After running
cargo t --workspace
, all of my RAM is used and my OOM starts killing processes. I have 16 GB of RAM. The tests that cause that are those ofhelix-tui
. I tried using the-j 1
option, but it didn't help.I can skip the tests of
helix-tui
for now. But are you planning to address this issue? A unit test shouldn't require 16 GB of RAM.Beta Was this translation helpful? Give feedback.
All reactions