You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A soft limit on the Wasm memory usage of the canister in bytes (up to 256TiB).
182
182
pubwasm_memory_limit:Option<Nat>,
183
+
/// A threshold limit on the Wasm memory usage of the canister in bytes, at which the canister's `on_low_wasm_memory` hook will be called (up to 256TiB)
184
+
pubwasm_memory_threshold:Option<Nat>,
183
185
/// The canister log visibility. Defines which principals are allowed to fetch logs.
0 commit comments