I have a repo with lots of commits and lots of Blobs. I want to migrate to LFS because it takes significant time to clone and fetch the repo; However, when running the git lfs migrate import
command, the repo goes from ~40 GB to well over 200GB. I don't know the actual size because the command has been running for a whole day and is only 40% done. My question is, why is the storage so large when the files in the repo are only around 3GB with no git history? (might be helpful to mention that the git history alone to date is around 17GB)
I tried git lfs migrate import
but this is less of a solution and more of a why
UPDATE: I am not looking at how to solve the storage problem locally or remotely. I want to understand why and how LFS is storing objects in a blob store to rack up so much storage space.