repo-updater: Find root cause of memory spikes
Created by: tsenart
We've had a few incidents the last two days with repo-updater running out of memory. Profiling shows most of the memory usage comes from SyncExternalService
-> Store.ListRepos
, but I still don't understand exactly how it reaches so many GBs.