Skip to content

Commit

Permalink
Adjust documentation
Browse files Browse the repository at this point in the history
Co-authored-by: Gabor Greif <[email protected]>
  • Loading branch information
luc-blaeser and ggreif authored Jan 17, 2025
1 parent 7d6c23a commit 21940ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/md/canister-maintenance/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ The following properties apply to the low memory hook:
* The execution of `lowmemory` happens with a certain delay, as it is scheduled as a separate asynchronous message that runs after the message in which the threshold was crossed.
* Once executed, `lowmemory` is only triggered again when the main memory free space first exceeds and then falls below the threshold.
* Traps or unhandled errors in `lowmemory` are ignored. Traps only revert the changes done in `lowmemory`.
* Due to its `async` return type, the `lowmemory` function may send further messages and await results.
* Due to its `async*` return type, the `lowmemory` function may send further messages and `await` results.

0 comments on commit 21940ab

Please sign in to comment.