SSAS Idle Causing High Resource Usage on Azure VM
Peter Fellows
0
Reputation points
We’re experiencing significant performance issues on an Azure VM configured with E8s_v5 specs (8 vCPUs, 64GB RAM). When SQL Server Analysis Services (SSAS) is running but idle (no data processing), the VM slows to a near halt, even with minimal SQL queries.
Key observations:
- SSAS is idle, yet the system experiences high CPU and memory usage.
- Running a simple 128-line SQL query results in dramatic slowdowns, rendering the VM nearly unresponsive.
- The VM resources (64GB RAM) and configuration seem sufficient to handle these services, and the SQL Server memory has been capped to allow room for SSAS.
Troubleshooting Steps Already Taken:
- Verified that SSAS is the root cause by starting/stopping the service.
- Adjusted SQL Server memory to 30GB and SSAS memory limits to 12GB (LowMemoryLimit) and 16GB (TotalMemoryLimit).
- No significant background processes consuming resources.
Looking for guidance on:
- Why an idle SSAS service might cause such significant resource contention.
- Recommended configurations or troubleshooting steps to resolve this issue.
Thanks so much!
Sign in to answer