Hello Team,
We have a repo whose size is currently 3.75 GB. We deleted as many branches as possible but still few MB is freed up. We are nearing to 4 GB.
I need help. Please guide me.
Thanks in advance for the support.
Regards
Venkat
G'day Venkateswararao!
I have executed a gc against the affected repository and this reduced the size from 3.8GB to 3.4GB.
For further size reduction, I would suggest checking large files in your repository and either converting them to LFS or deleting them from your repository:
git rev-list --objects --all \
| git cat-file --batch-check='%(objecttype) %(objectname) %(objectsize) %(rest)' \
| awk '/^blob/ {print substr($0,6)}' \
| sort -r --numeric-sort --key=2 \
| numfmt --field=2 --to=iec-i --suffix=B --padding=7 --round=nearest
If you still need further support - you will need to raise a support ticket. You belong to a Premium license workspace, and are therefore entitled to Premium support directly from our support team:
If you are unable to raise a ticket, please let me know your timezone so I can raise one on your behalf with the appropriate team in your timezone.
Cheers!
- Ben (Bitbucket Cloud Support)
Hello Ben,
Thanks for your support and solution. We can see some you reduced the size from 3.8GB to 3.4GB.
We need some more help on this. Please raise a ticket on our behalf and kindly acknowledge after raising ticket.
Time : 02:00 PM IST to 04:00 PM IST
Date: 13-Aug-2024
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Venkat,
I created a support ticket on your behalf. You should have received an email with the support ticket and you can also view the ticket here:
https://support.atlassian.com/requests/
Please share the repo URL in the support ticket for further investigation.
Kind regards,
Theodora
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.