Tokio version 1.38.1 introducing excessive memory allocations, is this normal? #6756
-
In version 1.38, our memory allocation QPS was at 1k/s, but after upgrading to 1.38.1, it became 3k/s. Currently, we are not sure if this has any impact on the overall performance of our application. |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Aug 7, 2024
Replies: 1 comment
-
The 1.38.1 release contained a critical bugfix, but it was discovered during review that it introduced an additional allocation: link. If this is making a big difference, then that is very useful feedback. Please open an issue referring to that discussion requesting that the allocations are eliminated. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
viciousstar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 1.38.1 release contained a critical bugfix, but it was discovered during review that it introduced an additional allocation: link. If this is making a big difference, then that is very useful feedback. Please open an issue referring to that discussion requesting that the allocations are eliminated.