Rust-analyzer RAM consumption

For big projects, rust-analyzer uses a lot of memory, on my company's repo it's usually using around 2.5GB of ram, but with today's release is almost duplicated, going to 4.7GB, I'm assuming maybe for this feature: https://github.com/rust-analyzer/rust-analyzer/pull/6153 not sure tho
Is there any way to dissable it in the settings? the feature is really cool, and I do see some improvements on latency, but the fact that is using more than half my ram is not scalable for the moment.

Thanks in advance if anyone knows some workaround

I think you should open an issue on github.

2 Likes

Yeah, I've gotten quick responses for my questions on Rust analyzer on GitHub.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.