Huge amount of virtual size used by sqlservr.exe - is that normal?

0

enter image description here

I'm checking memory leak on my computer currently, is that the high usage of virtual memory by the sqlservr.exe related

Hackinyourmind

Posted 2015-09-17T05:37:11.420

Reputation: 3

Answers

0

Yes. SQL Server uses a lot of virtual address space. Microsoft recommends that you set your pagefile to 1.5x to 3x your RAM size, depending on your database - the larger if you have full text search enabled.

Jamie Hanrahan

Posted 2015-09-17T05:37:11.420

Reputation: 19 777