All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Discovery of a 64GB Memory Leak in VS Code Despite Never Using the Software

By

brucedawson

7mo ago· 6 min readenInsight

Summary

The author describes discovering a massive memory leak in VS Code that consumed 64GB of memory and had no upper limit, despite never having used the software and the leak being invisible in Task Manager. The discovery was made during lockdown while working remotely, using a custom memory monitoring tool that revealed the leak through system-wide memory consumption patterns rather than individual process monitoring.

Key quotes

· 5 pulled
I found a huge memory leak in VS code, totalling around 64 GB when I first saw it, but with no actual limit on how high it could go.
The memory leak didn't show up in Task Manager – there was no process whose memory consumption was increasing.
I had never used VS Code. In fact, I have still never used it.
How did I find an invisible memory leak in a tool that I have never used?
This was during lockdown and my whole team was working from home.
Snippet from the RSS feed
In 2021 I found a huge memory leak in VS code, totalling around 64 GB when I first saw it, but with no actual limit on how high it could go. I found this leak despite two obstacles that should have…

You might also wanna read