Site icon EcomPlugins Blog

Your workspace has exceeded the 1 GB limit and has been placed in read-only mode. Learn more about upgrading your plan and checking storage usage

Bitbucket Cloud workspace has hit the 1 GB storage limit (applies to free-tier plans). When this happens, the repository becomes read-only (no pushing changes, no creating branches or PRs, etc.).

How to Fix This in Bitbucket

✅ 1. Check Storage Usage

To find out which repositories are using the most space:

  1. Go to Bitbucket Settings.

  2. Under your workspace, visit:
    Settings → Plan details or https://bitbucket.org/account/settings/plan

  3. You’ll see used vs. allowed storage and which repos are the heaviest.


✅ 2. Reduce Repository Size

You can reduce space usage by doing the following for large repos:

⚠️ Force-pushing after rewriting history will affect collaborators. Communicate beforehand.


✅ 3. Upgrade Your Plan (If Needed)

If cleanup isn’t enough or you want to avoid limits:


✅ 4. Delete Unused Repositories

If you have old, unnecessary repositories:

  1. Go to the repository.

  2. Click Repository Settings → Delete repository.

  3. Confirm deletion.


🚀 Suggested Next Steps

Would you like help identifying and removing large files from a repo? If so, share the repo name or du -sh .git and git rev-list outputs.

Exit mobile version