Sql-server – SSAS – what could I monitor in SSAS to fine tune its memory settings

configurationmemorysql serversql server 2014ssas

This question is a follow up from the
SSAS – what could be a good starting point for memory settings?

What and how can I monitor the server resources in order to best identify the settings that I should apply to my SSAS instance?

In this case we're talking about sql server 2014, and the server is a windows server 2012, with the spect below

enter image description here

Best Answer

When trying to fine-tune your memory settings there are two things you'd want to watch:

  1. MSOLAP Memory counters for your server in Performance monitor

enter image description here

  1. Specific DMV queries over discover_object_memory_usage rowset and discover_object_activity rowset.

You can always use a third-party tool to monitor your resources. Also, you might want to check out this article – it gives a detailed description on how to achieve exactly what you are looking for.