Hello,
can you please run a garbage collection for my repository `databases`.
I removed a lot of large filse. Localy the repo is now 200MB. On Bitbucket it is still >700MB
Thank you :)
Best regards
Florian
Hi @Flori
I've just executed a gc, and this reduced the size of that repo down from 780mb > 600mb.
The reason for the size difference in remote vs local is remote metadata that isn't pulled from a clone. You have a pull request in your repository that was likely made before you got rid of any large files, that is retaining the size of those large files (this is done to improve diff performance).
To resolve this:
NOTE: Performing the above will remove any metadata associated with the repository such as PR's, user permissions, pipelines etc but keep the commit history/binary data
You may also simply upgrade to a paid plan which does not have the 1GB workspace limit: https://www.atlassian.com/software/bitbucket/pricing
Cheers!
- Ben (Bitbucket Cloud Support)
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.