We've just "upgraded" our production database server from 32-bit to 64-bit. It's running SQL Server 2005 Standard on Windows Server 2003. During the night after the upgrade the server was unavailable for nearly an hour - client requests were timing out. The problem then seemed to fix itself. The only clue I have as to the problem is what's in the SQL server logs:
LazyWriter: warning, no free buffers found.
Memory Manager VM Reserved = 8470288 KB VM Committed = 2167672 KB AWE Allocated = 0 KB Reserved Memory = 1024 KB Reserved Memory In Use = 0 KB
Message Memory node Id = 0 VM Reserved = 8464528 KB VM Committed = 2162000 KB AWE Allocated = 0 KB SinglePage Allocator = 103960 KB MultiPage Allocator = 31832 KB
MEMORYCLERK_SQLGENERAL (Total) VM Reserved = 0 KB VM Committed = 0 KB AWE Allocated = 0 KB SM Reserved = 0 KB SM Committed = 0 KB SinglePage Allocator = 4352 KB
Then there are many more messages like it starting with MEMORYCLERK.
Does anyone know what is going on? It seems like it's run out of memory and, granted, the server only has 2GB of physical RAM, which isn't very much by today's standards, but surely it shouldn't just completely STOP WORKING? Should I set the maximum memory SQL is allowed to use to 1.6GB or so? Is there something else I can do (OTHER THAN installing more RAM, obviously)?