Skip to content

Commit

Permalink
chore: Increasing Momento default tps limits to 2000.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjindalmotiv8 committed Aug 14, 2023
1 parent e5ab602 commit e24fa7f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/manage/limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ description: Explore Momento Cache and Momento Topics's service limits, the defa

Momento Cache and Momento Topics seek to provide protection for its customers and itself when it comes to service resources. To do this, every account, cache, and topic has service limits, or what we call guardrails (like a curvy mountain road), to help keep operations running how they should and as smoothly as possible. This page outlines the default service limits:

| Momento Cache limits | Value |
|--------------------------------------------------------------------------------------------------------------------|----------------|
| API rate per cache (data plane) | 100 requests/s |
| API rate per customer (control plane) | 5 requests/s |
| Throughput per cache | 1MB/s |
| Maximum item size | 1MB |
| Max cache count (per account) | 10 |
| Time to live (TTL) | 1 day |
| Per [collection (CDT)](https://docs.momentohq.com/develop/datatypes#collection-data-types-cdts) element size limit | 128KB |
| Permissions per [authentication token](./../develop/api-reference/auth-tokens.md) (hard limit) | 10 |
| Momento Cache limits | Value |
|--------------------------------------------------------------------------------------------------------------------|-----------------|
| API rate per cache (data plane) | 2000 requests/s |
| API rate per customer (control plane) | 5 requests/s |
| Throughput per cache | 1MB/s |
| Maximum item size | 1MB |
| Max cache count (per account) | 10 |
| Time to live (TTL) | 1 day |
| Per [collection (CDT)](https://docs.momentohq.com/develop/datatypes#collection-data-types-cdts) element size limit | 128KB |
| Permissions per [authentication token](./../develop/api-reference/auth-tokens.md) (hard limit) | 10 |

| Momento Topics limits | Value |
|-----------------------|----------------------------|
Expand Down

0 comments on commit e24fa7f

Please sign in to comment.