There are 3 SSAS 2005 memory configuration points which are confusing to me:
* Memory\TotalMemoryLimit
* OLAP\Process\AggregationMemoryLimit
* OLAP\Process\BufferMemoryLimit
I have read documents that state they all take either a percentage or a set
amount of total physical memory. So if let's say the TotalMemoryLimit is set
to 40, AggregationMemoryLimit is 80 and BufferMemoryLimit is 60, would that
mean SSAS will try to use 40+80+60=180% of the total memory? Is there one
setting that says "you get X % of memory and everything else uses memory from
that".
This is all very confusing. SQL Server is much cleaner.
>> Stay informed about: TotalMemoryLimit, AggregationMemoryLimit and BufferMemoryL..