You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
electron app memory leaks
About this tag
Discord's Windows desktop client, built on Electron, is testing an automatic restart when memory usage exceeds 4 GB to address persistent memory leaks. This highlights a common challenge with Electron apps, which combine a Chromium renderer and Node.js runtime, leading to high memory consumption. The tag covers discussions and troubleshooting related to memory leaks in Electron applications on Windows, including workarounds and developer responses.
Discord quietly confirmed a controversial experiment this week: its Windows desktop client will — under tight safeguards — automatically restart itself when memory use climbs above 4 GB as a stopgap while engineers hunt down persistent leaks and inefficiencies. Background
Discord’s desktop...