Skip to content

Commit

Permalink
Update spec/index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoljub-duric authored Jul 22, 2024
1 parent a261c12 commit 5a08b34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ While an implementation will likely try to keep the interval between the value o

#### On Low Wasm Memory {#on-low-wasm-memory}

A canister can export a function with the name `canister_on_low_wasm_memory`, which is scheduled whenever the canister's wasm memory size in bytes grows from below a threshold `t` to >= `t`.
A canister can export a function with the name `canister_on_low_wasm_memory`, which is scheduled whenever the canister's remaining wasm memory size in bytes falls from above a threshold `t` to < `t`.
The threshold `t` can be defined in the [canister's settings](#ic-canister_status) and by default it is set to 2<sup>64</sup> − 1.

:::note
Expand Down

0 comments on commit 5a08b34

Please sign in to comment.