Hello, its more than 72 hours since i cleaned my repo
```
>git count-objects -vH
count: 0
size: 0 bytes
in-pack: 778
packs: 1
size-pack: 9.44 MiB
prune-packable: 0
garbage: 0
size-garbage: 0 bytes
```
As someone from atlassian team wrote here
https://community.atlassian.com/forums/Bitbucket-questions/Repository-size-is-not-recalculation-even-after-I-cleaned-all/qaq-p/3000793
"If the automated git gc does not clean up your repo, you can always create a question in community and ask that we run it for your repo manually"
So im asking to manualy GC my repo "/ai-apps-payter/sai_api/' thx
I've just executed a gc on the server-side, this is required from our end to clear up any dangling commits created as a result of cleanup operations (this runs automatically but only once a certain garbage threshhold is met). This has reduced the repo size down from 2.2GB to 87.7MB.
Some variance is expected in your repository size for local vs remote repository storage, as metadata such as PR's contribute to the file size remotely (as binary files are stored in PR's to assist with diff calculation speed).
Please let me know if further clarification is needed - hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello again, it seems that my LFS was not deleted from the unused files,
```
git lfs fetch --all
fetch: 925 objects found, done.
fetch: Fetching all references...
Downloading LFS objects: 100% (830/830), 1.9 GB | 34 MB/s
```
please cleanup also LFS, thx
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.