![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
1) The odd memory behavour is that SQLSERVR.EXE is taking about 600MB doing nothing! Does it ever release memory? Sure, I was doing something yesterday. |
|
2) There are a lot of 368 byte files in C:\Documents and Settings\LocalService\Application Data\Microsoft\Protect\S-1-5-19. By a lot, I mean millions. By "millions", I mean exactly that. This is no exaggeration. Defrag reports about 5.5M files on my system. I can not run chkdsk /f on my C: drive at boot and have it take less than hours to run. |
#3
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: 1) The odd memory behavour is that SQLSERVR.EXE is taking about 600MB doing nothing! Does it ever release memory? Sure, I was doing something yesterday. Yes, if someone else needs it. But SQL Server is designed to grab as much memory as it can. Reading data from the cache is so much faster than reading from disk. |
|
You can use sp_configure set to the max amount of memory for the buffer pool. On a developer machine, this can be a good idea to avoid that SQL Server inflates too much so that other things you are not using for the moment are swapped out. |
|
2) There are a lot of 368 byte files in C:\Documents and Settings\LocalService\Application Data\Microsoft\Protect\S-1-5-19. By a lot, I mean millions. By "millions", I mean exactly that. This is no exaggeration. Defrag reports about 5.5M files on my system. I can not run chkdsk /f on my C: drive at boot and have it take less than hours to run. Any particular reason you suspect SQL Server? Have you looked inside of these files? |
#4
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: 1) The odd memory behavour is that SQLSERVR.EXE is taking about 600MB doing nothing! Does it ever release memory? Sure, I was doing something yesterday. ... The problem with this is that in this case, its usage pushed memory use over the amount of my system's physical memory, so disk ended up being read anyway. |
#5
| |||
| |||
|
|
Gene Wirchenko (genew (AT) ocis (DOT) net) writes: Gene Wirchenko (genew (AT) ocis (DOT) net) writes: 1) The odd memory behavour is that SQLSERVR.EXE is taking about 600MB doing nothing! Does it ever release memory? Sure, I was doing something yesterday. ... The problem with this is that in this case, its usage pushed memory use over the amount of my system's physical memory, so disk ended up being read anyway. How much memory do you have in your machine? Less than 600 MB? That's difficult to believe these days. |
|
If you want to say that other processes were pushed to disk, I believe you, but normally SQL Server does not allocates so much memory that it ends up on disk. |
![]() |
| Thread Tools | |
| Display Modes | |
| |