Skip to content

Commit c0e7610

Browse files
committed
Clarify the SPE limits that apply to consuming tenants
Number of containers of a container type is a limit per consuming tenant. Storage per container type is also a limit per consuming tenant. That was not clear from the documentation, as it just said "per tenant" and there are two possible tenants involved in SPE, owning and consuming. And the previous limits were for the owning tenant, so customers were confused.
1 parent 2c7432d commit c0e7610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/embedded/concepts/app-concepts/limits-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The following table defines the size limits of containers"
2020
| --------------------------------------------------------- | ------------------------------------------------------ |
2121
| Container types that a partner tenant can create | 5* |
2222
| Container types that an app can own | 1 |
23-
| Containers of a container type per tenant | 100k* |
24-
| Storage per container type per tenant | 100 TB* |
23+
| Containers of a container type per consuming tenant | 100k* |
24+
| Storage per container type per consuming tenant | 100 TB* |
2525
| Files and folders per container | 30M |
2626
| Storage per container | 25 TB |
2727
| Files and folders with additive permissions per container | 5k |

0 commit comments

Comments
 (0)