AlwaysOn synchronize performance can affect memory?
In an AlwaysOn environment, if you found your memory is slowly increasing or out of memory, you can use below way to check if it’s caused by slow synchronization.
Firstly, check the errorlog or use DBCC MEMORYSTATUS to dump the memory usage, and… Continue reading AlwaysOn synchronize performance can affect memory?
