Hi, we are facing some issue related to sql server memory release. We are using sql server 2017 and above.
We have a .net application which is performing a lot of transactions on Sql server in specific use case, issue is while we are using application Sql server memory usage getting increased which is logically true, but while we are not using application or event of we stop/close application sql server memory usage is not getting decrease. I found some solution to limit its max server memory, but we don't want to do that, because at the time of need we want to use maximum memory after usage we want extra memory get released. Any one who know/face this type of issue or have knowledge about this, please let us know.
Note: if we restart sql server services or restart sql server that time memory release happened else not releasing memory.
Thanks.