Skip to content

Commit e622e8c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/low_wasm_memory/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Log visibility: controllers
9797
```
9898

9999

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

0 commit comments

Comments
 (0)