Too high RAM usage in tests #9710
Replies: 5 comments 3 replies
-
|
After running |
Beta Was this translation helpful? Give feedback.
-
|
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.
-
|
I too have 100% RAM usage by helix tests on Arch at which point it gets OOM killed. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for necrobumping an old discussion. In my previous comment I didn't provide sufficient information for replicating the issue. I will try to investigate this issue further and create a new issue if I manage to find the cause of it. |
Beta Was this translation helpful? Give feedback.
-
|
The issue are the rustdoc tests in helix-tui. Running helix-tui tests skipping doc tests ( |
Beta Was this translation helpful? Give feedback.
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 1option, but it didn't help.I can skip the tests of
helix-tuifor 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