You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
On sourcegraph.com we have the OOM killer coming in and killing an index while it is running. A side effect of this is most of the disk space on sourcegraph.com's index-search pod is taken up by half written files. They have a name like:
A RFC detailing how to tackle this problem should be created. A suggestion I have is using an approach similiar to what we do on gitserver. We use a unique temporary directory per gitserver process. If any other directory matches that directories name on startup, we delete it. This may not be good enough.
The text was updated successfully, but these errors were encountered:
On sourcegraph.com we have the OOM killer coming in and killing an index while it is running. A side effect of this is most of the disk space on sourcegraph.com's index-search pod is taken up by half written files. They have a name like:
More generally they match the glob
*.zoekt[0-9]*
.A RFC detailing how to tackle this problem should be created. A suggestion I have is using an approach similiar to what we do on gitserver. We use a unique temporary directory per gitserver process. If any other directory matches that directories name on startup, we delete it. This may not be good enough.
The text was updated successfully, but these errors were encountered: