Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Lean language server consuming excessive memory (helix-editor#11683
) The Lean process, spawned by the language server, might use excessive memory in certain situation, causing the entire system to freeze. See: leanprover/lean4#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.
- Loading branch information