I have migrated ASP.net MVC application in to .NET Core self-contained application, while hosting them in to the Production environment it occupying more memory and for every request causes the memory to increase. Initially my application loaded it took around 300 MB of memory, Later if I do some operation in my application it increase bit higher but it won’t clear/reduce once it completed its operation .
Is there any suggestion to resolve this issue ?