# 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 after `15 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**](https://docs.vendia.com/platform/vendia-terminology#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**.
