Hello,
I wanted to know how SQL Server will manage memory in A-A clustering setup with Max memory settings used.
Say I have node A with memory 32GB and I have assigned max mem of 26GB for SQLServer and node B has 64GB memory and I have assigned max mem of 32GB for SQLServer. And I did a failover from node B to node A.
Can some one tell me how sql will be able to manage memory in this case?
Thanks