Limits and Quotas
This page outlines the various limits and quotas for different user tiers and components in the platform.
Project and Workspace Limits
Enterprise users: By default, each user may create up to 50 projects. Refer to your enterprise contract for additional information, including pricing.
Free tier users: Each user is limited to a maximum of 2 total workspaces in a single project.
All users: Once a project has been destroyed (deleted), that project name cannot be reused for 90 days.
-
If you are testing and prefer to destroy and recreate projects with the same name, please start each project name with the string
test-
(e.g.test-my-product-project
). -
Any project starting with
test-
can reuse the same name after15 minutes
.
All users: project and workspace names may be up to 100 characters in length.
Transaction Limits
All users: Each transaction is limited to 255KB in size.
Enterprise users: There are no limits to the number of transactions that can be stored in the ledger or as world state. Storage will be automatically provisioned and expanded on demand with no interruption in service.
Free tier users: Each user is limited to a maximum of 1,000 blocks of transaction storage.
File and Folder Path Limits
All users: The combination of Folder path and File name cannot exceed 1024 characters. This manifests through several related limits:
- A single file at the root of the project can be no more than 1024 characters long.
- For every character used in the folder path containing a file, the max file name must be decreased by the same number of characters (e.g.
Allowable File Name Length = 1024 - Folder Path Length
). - The maximum folder path at the root of the project can be no more than 1022 characters.
- A valid folder path must preserve room for a single ”/” and a single character file name.
File Storage Limits
Enterprise users: There are no limits on the number of files stored. Individual files may be up to 5GB in size. Storage will be automatically provisioned and expanded on demand with no interruption in service.
Free tier users: Each user is limited to a maximum of 500 files. Each file may be up to 50MB in size.
Change Data Events
Enterprise users: There is a limit of 10 Change Data Events connections per workspace.