Skip to content

Commit

Permalink
Update 2024-01-10-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiemongeon1 authored Jan 11, 2024
1 parent ab93673 commit 77f9b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog/news-and-updates/2024-01-10-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This week, Motoko `v0.10.4` has been released! The release notes for this versio

- Thoroughly test the upgrade: Be sure to take adequate measures to verify that the amount of stable data is supported when upgrading your canister. Utilize different data volumes and heap sizes to conservatively determine the amount of stable data supported by your program.

- Monitor the heap size: Be sure to monitor `Prim.rts_memory_size()` and `Prim.rts_heap_size()` of your application while in production.
- Monitor the heap size: Be sure to monitor memory size and heap size of your code in production.

- Avoid large allocations per message: Avoid allocations of 100 MB or more per message, as they extend the duration of the GC's increment. Instead, distribute large allocations across multiple messages.

Expand Down

0 comments on commit 77f9b6f

Please sign in to comment.