Skip to content

Commit 6e141e1

Browse files
Update rust/low_wasm_memory/README.md
Co-authored-by: michael-weigelt <[email protected]>
1 parent 28f5b30 commit 6e141e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/low_wasm_memory/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ Log visibility: controllers
9898

9999

100100
In example above we set 'wasm-memory-limit' on 3MB and 'wasm-memory-threshold' on 2MB. Hence whenever Wasm memory
101-
used by the canister is above 1MB (in other words reamining Wasm memory is less than 'wasm-memory-threshold')
102-
low Wasm memory hook will run.
101+
used by the canister is above 1MB (in other words, the remaining Wasm memory is less than 'wasm-memory-threshold')
102+
the low Wasm memory hook will run.
103103

104104

105105

0 commit comments

Comments
 (0)