You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Precise, no, but usually, walking through the files will do the trick, particularly in the test folder, were I happen to very often go back and forth between my tests and the source code
I am using
ocamllsp
alongsidevisual studio code
via it's extensionOcaml 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 theocaml-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.The text was updated successfully, but these errors were encountered: