You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Currently the memory pool implementation will only grow in size. This means if there is burst of high load that subsided, memory usage for the Kestrel process will not decrease as much as it could.
The text was updated successfully, but these errors were encountered:
Pools per slab, round robin rents from available slabs till available block? Move slabs move out of rotation; but accept returns. When all blocks are returned dispose slab; if alloc is needed prior, move slab back into rotation; if no slabs being deallocated allocate new.
Currently the memory pool implementation will only grow in size. This means if there is burst of high load that subsided, memory usage for the Kestrel process will not decrease as much as it could.
The text was updated successfully, but these errors were encountered: