Storage Limits#
Repository and Bucket limits protect shared service capacity. The applicable limit depends on the owner, plan, repository type, and requested operation. The create form, CLI, and API return the current result for the specific resource; do not hard-code an assumed quota in automation.
Plan a large release#
Keep source, configuration, cards, and release metadata in the repository. Use the resumable upload command for large trees and a Storage Bucket for mutable checkpoints, logs, or intermediate data that do not need Git history.
mega upload-large-folder OWNER/REPOSITORY ./release --revision mainmega buckets sync ./checkpoints mega://buckets/OWNER/checkpointsRespond to a limit error#
An upload can be rejected when it exceeds a current file, request, repository, or entitlement limit. Check the error message, reduce the operation to the intended files, and retry with the documented client. Do not split a release across unrelated repositories merely to bypass a limit.
For a temporary 429, follow Rate limits. For plan
availability, consult Billing.

