Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Lean language server consuming excessive memory #11683

Merged
merged 1 commit into from
Sep 15, 2024

Commits on Sep 12, 2024

  1. fix: Lean language server consuming excessive memory

    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.
    gruhn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    754d737 View commit details
    Browse the repository at this point in the history