mirror of https://github.com/helix-editor/helix
fix: Lean language server consuming excessive memory (#11683)
The Lean process, spawned by the language server, might use excessive memory in certain situation, causing the entire system to freeze. See: https://github.com/leanprover/lean4/issues/5321 The language server accepts a CLI flag for limiting memory use. I set it to 1024MB, which might be a bit arbitrary, but definitly prevents the system from crashing.pull/11704/head
parent
237cbe4bca
commit
5ce77de0dc
Loading…
Reference in New Issue