I am trying to process a partition in a SSAS tabular model cube. Most of the partitions processed fine but it seems to have hit a limit when I try to add another, the error I get is as follows:
Memory error: Allocation failure : Not enough storage is available to process this command. . If using a 32-bit version of the product, consider upgrading to the 64-bit version or increasing the amount of memory available on the machine.
Memory error: Allocation failure . If using a 32-bit version of the product, consider upgrading to the 64-bit version or increasing the amount of memory available on the machine.
The current operation was cancelled because another operation in the transaction failed.
I have almost 125 million rows within the fact table. The cube estimated size is 4868.77MB. The amount of RAM on the server (64bit OS) is 128GB.
Is the cube too large to fit in memory? Or is something else preventing the cube from using this memory? How do I go about investigating this problem.
Any help is much appreciated.