ocaml-lsp icon indicating copy to clipboard operation
ocaml-lsp copied to clipboard

ocaml-lsp's memory consumption

Open clecat opened this issue 11 months ago • 2 comments

I am using ocamllsp alongside visual studio code via it's extension Ocaml Platform on a computer with 16G of memory.

It is usually going great, however, when working on the large database of the irmin project, the memory consumption of the ocaml-lsp processes go up very fast as I am coding/checking files/etc, reaching sometimes 90%+, at which point everything crashes and goes back to 0%.

My guess is that there might be a memory leak, as the memory usage builds up overtime, mostly when checking the test directory.

clecat avatar Mar 08 '24 17:03 clecat