logoalt Hacker News

hn_submittoday at 6:44 AM2 repliesview on HN

I'm totally disgusted that my Visual Studio 2022 instance uses 2 Gigabytes (!!) of RAM to run. What the hell is it doing that it's using that kind of memory?

How about those morons solving that first before moving towards Rust. An IDE shouldn't have to use more than a 100MB of RAM tops. Anything more is inexcusable or needs a detailed explanation.

BTW Firefox uses 1.1GB RAM so it's not immune from criticism either.


Replies

akazantsevtoday at 11:00 AM

clangd alone uses 6 GB when working with Chromium’s codebase. Code indexes can be very large, even for a simple application. Out-of-the-box IDEs must index the standard library and keep it in memory.

pjmlptoday at 7:00 AM

The complaint can be applied to any modern software, unfortunately.

show 1 reply