ASP.NET Core API backend memory not clearing

Im writing a REST API for a backend server system, where the backend carries out mySQL calls, im currently doing a test run on the backend with about 1k requests using Parallel.For and the RAM usage shoots from 60mb to 150mb and never goes down
i posted images of the Controller Endpoint and the Database interaction
image.png
image.png
Was this page helpful?