0
I have strange situation with Sql Server 2012.
If I open Management Studio 2012 (11.0.2100.60) and make some query on a table, the process sqlservr.exe
reaches 2 GB of RAM memory in one hour. It still increases even I closed management studio application. So, every time I have to restart service in order to free up memory.
Question: It is possible to solve it or I have to wait for a service pack ?
Below is the proof:
The name of the tab cut off. Which Memory tab is that? Are you sure it's RAM? – David Schwartz – 2014-06-19T07:23:15.173
Is
Memory (private working set)
– Snake Eyes – 2014-06-19T07:24:56.063If it's private working set, then it's providing a meaningless number if your system isn't under memory pressure. Windows will try to give every process as much RAM as it possibly can if that memory isn't needed for anything else. (What else can it do with the memory?) – David Schwartz – 2014-06-19T07:26:28.060