Limit memory pool size #61063
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
✔️ Resolution: Duplicate
Resolved as a duplicate of another issue
Status: Resolved
Hello we run our app inside a container that is limited to 20 GB. we recently hit this limit so I pulled a dump at 5 GB to see where memory is going.
to me it looks like most of the memory goes to byte arrays allocated by kestrel. is there any way to limit the amount of memory that is allocated / pooled by the shared pool?
The text was updated successfully, but these errors were encountered: