ocaml-lsp
ocaml-lsp copied to clipboard
ocaml-lsp's memory consumption
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.