Revise release notes

This commit is contained in:
Justin Ethier 2021-07-28 22:40:42 -04:00
parent 62b05528a2
commit 6136e0bafb

View file

@ -4,7 +4,7 @@
Features
- Initiate major garbage collections faster after allocating a huge object (more than 500K). This allows the system to reclaim the memory faster and keep overall memory usage low for certain workloads.
- Initiate major garbage collections faster after allocating a huge object (larger than 500K). This allows the system to reclaim the memory faster and keep overall memory usage low for certain workloads.
Bug Fixes