Who is this feature for?
All
What problem are they facing today?
The NetworkReceive memory allocation occupies nearly 20% of overall memory allocation. It can be optimized to reduce the GC overhead.
Why is solving this impactful?
Proposed solution
- The memory pool should have a limitation on pooled size.
- The memory pool should be fine-grained for requests of different sizes to avoid memory waste.
Additional notes
No response
Who is this feature for?
All
What problem are they facing today?
The NetworkReceive memory allocation occupies nearly 20% of overall memory allocation. It can be optimized to reduce the GC overhead.
Why is solving this impactful?
Proposed solution
Additional notes
No response