Investigating memory leak after adding new app dependency
Hi, I added an OpenTelemetry metrics reporting loop to a Deno program and found that Deno began leaking memory (300MB+, until it hits OOM and gets killed). This program was previously stable at 40MB RAM usage. To begin, I graphed Deno.memoryUsage()Deno.memoryUsage() and it seems like the leaked memory is all externalexternal. How else can I investigate the issue? Anything else I can add to my typescript to observe this?
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.