From 39c9f79bbec5a0c5d9ace4c95058d94b1d58f397 Mon Sep 17 00:00:00 2001 From: Stefan Schneider Date: Mon, 18 Nov 2024 13:25:17 +0000 Subject: [PATCH] Update to 1TiB total size and 500 GiB stable This updates the state size limit and the stable memory limit to the latest replica values. --- .../smart-contracts/maintain/resource-limits.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/developer-docs/smart-contracts/maintain/resource-limits.mdx b/docs/developer-docs/smart-contracts/maintain/resource-limits.mdx index dba9ace3cd..1f1d6b151b 100644 --- a/docs/developer-docs/smart-contracts/maintain/resource-limits.mdx +++ b/docs/developer-docs/smart-contracts/maintain/resource-limits.mdx @@ -38,13 +38,13 @@ The limits depend on the message type as shown in the following table. | Subnet limits | Constraint | | ------------------------------------------------------------------------------------ | ----------- | -| Subnet capacity (total memory available per subnet) | 700GiB | +| Subnet capacity (total memory available per subnet) | 1TiB | | Maximum number of snapshot per canister | 1 | | Memory resource limits | Constraint | | ------------------------------------------------------------------------------------ | ----------- | | Wasm heap memory, per canister | 4GiB | -| Wasm stable memory, per canister | 400GiB | +| Wasm stable memory, per canister | 500GiB | | Wasm stable memory, data access per replicated message | 2GiB | | Wasm stable memory, data written per replicated message | 2GiB | | Wasm stable memory, data access per upgrade message | 8GiB |