Zulip Chat Archive

Stream: general

Topic: lean in gitpod: excessive memory consumption


Bernd Losert (Feb 13 2022 at 23:03):

I trying to use a gitpod to work on my project, but I keep getting "excessive memory consumption". I can run lean on my files just fine though. I guess this is a problem with the lean extension in vscode?

Eric Wieser (Feb 13 2022 at 23:06):

I've seen this a bunch too - usually restarting lean works

Eric Wieser (Feb 13 2022 at 23:07):

In some files though, it seems there's just not enough memory available on gitpod to give to the language server

Bernd Losert (Feb 13 2022 at 23:07):

I closed the tab and opened it again. That did fix it.

Bernd Losert (Feb 13 2022 at 23:08):

Those pods have 64 GB of memory though.

Eric Wieser (Feb 13 2022 at 23:12):

Hmm, maybe either a memory leak or a weird vscode default setting then


Last updated: Dec 20 2023 at 11:08 UTC