We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e141e1 commit e622e8cCopy full SHA for e622e8c
rust/low_wasm_memory/README.md
@@ -97,7 +97,7 @@ Log visibility: controllers
97
```
98
99
100
-In example above we set 'wasm-memory-limit' on 3MB and 'wasm-memory-threshold' on 2MB. Hence whenever Wasm memory
+In the example above we set the 'wasm-memory-limit' to 3MB and 'wasm-memory-threshold' to 2MB. Hence whenever the Wasm memory
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.
103
0 commit comments