sourcegraph / lsp-adapter

lsp-adapter provides a proxy which adapts Sourcegraph LSP requests to vanilla LSP requests
MIT License
29 stars 8 forks source link

Workspaces sometimes are not removed after inactivity #103

Open chrismwendt opened 6 years ago

chrismwendt commented 6 years ago

image

Check out the disk usage climbing over the last 15 days 👆

Most of the space is used by the cpp language server (/tmp/proxy-cache in that container is 80+ gigs):

image

The timestamps on /tmp/proxy-cache/* are roughly evenly spread across the past 15 days. The logs don't show that many workspaces in active use, so these directories must have been leaked by lsp-adapter somehow.

I have some hunches:

Feel free to ask me for SSH access to the machine to investigate further.