Memory error when SQL Server Analysis Services processes dimension

Source: Internet
Author: User
Sqlserver Analysis Services handles Memory Errors in dimensions

Error description:
This operation cannot be completed because the estimated memory quota (xxxxmb) exceeds the amount of memory available by the system (1330 MB.
Error cause:
This problem occurs because sqlserver expects that the Processing Memory exceeds the configured maximum memory. I did not find the correct solution on the Internet at first, including no results after consulting with the official team. Finally, I carefully studied the OLAP configuration file OLAP/config/msmdsrv. ini.

Solution:
Modify two nodes in the INI File
If processplan/memorylimiterrorenabled is 0, no memory limit is imposed.
Processplan/memorylimit is 65 by default. That is, 65%. The so-called 1330m limit can be broken by increasing the limit.

Other nodes also optimize the space. For example, you can modify the number of maxthreads with multiple CPUs, which is not covered in this article.

Increase System Virtual Memory settings and restart the computer

Of course, this change also relies on sufficient hardware support.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.