Closed
Description
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?