Dear Support
Can you remove from my repo House the folder _important\DIGITALNI DEL - CD ?
Since I'm over 1 GB, I cannot do it myself since when I delete folder from local repo and try to commit I get the error "This workspace is over the 1 GB size limit. Reduce the size of your workspace or upgrade to a Standard or Premium plan to increase the size limit."
Thank you.
Hey @jerige
Welcome to the community.
I've triggered GC on the affected repository, and your workspace total size has been reduced to below 1 GB. So you should be able to make changes to reduce the repository size further.
Regards,
Syahrul
Hey @jerige
I've triggered a GC on the repository, and the size did come down a little, but there's still more to reduce.
Worth noting: deleting files through the UI on its own doesn't shrink the repository much, since the file's history remains in the Git objects even after the file is removed from the current view. To actually reduce the size, you'll need to remove those large files from the repository's history (or move them to Git LFS if they need to stay).
Our guide here walks through both approaches in detail: https://support.atlassian.com/bitbucket-cloud/docs/reduce-repository-size
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Syahrul
Thank you for your answer.
I check all documentation how to reduce repo size, but that can work only if large file was in last commit, otherwise I loose all commits after that, right? What if I have large file added 2 years ago? How to remove it from the history?
I would appreciate any tip on the matter.
Thanks.
Jerige
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I manage to clean also history by using python script
git_filter_repo.py
can you please run GC one more time it should reduce size for more than 100 MB.
If that works out, I will remove also from other repo the big files from history.
Regards,
Jerige
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @jerige
Unfortunately, the size remains the same. If you want to delete old files, you can try using BFG tools to rewrite the commit history and delete them. Check them out at for more insight of how to use:
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Again
How is that possible? I delete old files and rewrite the history already? Maybe only solution is to delete repo and create the new one and loose the history?
Best
Jerige
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @jerige,
I've pinged Atlassian forum support team to check this out. Someone should reach out within 1-2 business days, and they'll probably run garbage collection for you 🧹
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Tobi
I'm not sure if that will reduce the size below 1 GB. Problem is that now I cannot clean my own repo since I cannot commit, strange design, I would say...
Best
Jernej
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.