Subscriptions and licenses
Storage, repository, file size, and bandwidth limits for Harness Code Repository, and how they relate to your Harness CI subscription.
Harness Code Repository is available to all customers of the Harness Continuous Integration (CI) module, and your Harness CI subscription determines its usage limits. The number of users who can access Code Repository is independent of your CI subscription, but storage and bandwidth limits follow your subscription tier.
Go to Harness CI subscriptions and licenses to review your current subscription.
Usage limits
The following limits apply to storage and network transfer used by Harness Code Repository on Harness Cloud. Customers on paid plans can request an increase to either limit. To request an increase, contact Harness Sales or your account manager.
Storage
Harness stores Git repository data and Git Large File Storage (LFS) data in Harness-managed storage. The aggregate size of all repositories on disk must not exceed the account storage limit. When an account exceeds the limit, Harness blocks Git push operations until you reduce usage.
The account storage limit depends on your plan:
Free
10 GB
4 GB
Paid
250 GB
10 GB
Bandwidth
The network transfer limit applies to data transferred from Harness Cloud to customer-managed storage. Aggregate inbound and outbound network traffic must not exceed the bandwidth limit for a given calendar month. When an account exceeds the limit, Harness blocks network requests and returns a 429 Too Many Requests HTTP error.
The monthly bandwidth limit depends on your plan:
Free
50 GB
Paid
250 GB
If Harness determines that your bandwidth usage is significantly excessive relative to other users of similar features, Harness reserves the right to suspend your account, throttle your file hosting, or otherwise limit your activity until you reduce your bandwidth consumption. On the free tier, Harness further reserves the right, after providing advance notice, to delete repositories that place undue strain on the infrastructure.
Troubleshooting
Next steps
You know the storage, file size, and bandwidth limits that apply to your plan and what happens when you reach them. Plan repository layout and large file handling accordingly.
Git LFS: Store large files outside the main Git object store.
Harness CI subscriptions and licenses: Review the CI subscription that governs these limits.
Clone: Use partial and shallow clone to reduce bandwidth consumption.
Last updated
Was this helpful?