|
|
|
|
|
by eliomattia
1139 days ago
|
|
Which repo size after the filters do you work with on your machine and how many GBs do you have in Git LFS, that is, in the cloud? I hear people complain about costs, but it depends upon scale and change frequency, which can increase total repo size. |
|
If I check out head of my repo and don't filter anything, it's a couple GBs.
Inside the azure blob storage container that backs our LFS API server, there's probably terabytes of data. It's really very very much.
We don't have any performance problems. One API instance can handle it. Of course we did make sure to implement it well... It's Uvicorn/Starlette, all IO is async and all CPU "intensive" work like JSON (de)serialization runs in a background threadpool.