elixir-lsp / elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"
https://elixir-lsp.github.io/elixir-ls/
Apache License 2.0
1.47k stars 194 forks source link

Mabye There Is a Memory Leak #1089

Closed KeepZen closed 2 months ago

KeepZen commented 4 months ago

Environment

Current behavior

There is a memory leak in Elixir Language Server. The Memory use status

After I close the VSCode or disable the plug the memory will drop very sharp.

lukaszsamson commented 4 months ago

Can you check if your issue is actually the same as https://github.com/elixir-lsp/elixir-ls/issues/1101? If this is something else please use those steps to diagnose memory usage https://github.com/elixir-lsp/elixir-ls/issues/1101

lukaszsamson commented 4 months ago

BTW v0.21.1 with fix for use problem has been released

KeepZen commented 4 months ago

I checked it is same as issues#417, may be it about the phoenix, I work on a phoenix too.

lukaszsamson commented 2 months ago

Closing this for now. The underlying issues were most likely fixed