Solution : https://service.sap.com/sap/support/notes/1040454 (SAP Service marketplace login required)
Summary :
SAP Note presents a determination method for front-end memory needs of BEx Analyzer. The referenced algorithm accounts for objects created per data cell in main memory, alongside a baseline memory allocation. Specifically, query memory usage equates to 1.6KB per cell with an added constant of 100MB. Thus, the total can be calculated using: mem = 100MB + (#rows x #columns) x 0.0016 MB. Note that a single process in .NET can utilize up to 1.2GB, allowing approximately 750,000 cells. Surpassing this limit triggers an error, necessitating a reduction in displayed cells. For broader front-end hardware requirements, refer to Note 893348, though it underestimates BEx Analyzer's demands.
Key words :
bex analyzer allocates additional memory, random-access memory solution, front-end memory requirement, data cell displayed, calculated memory requirements, terms bex analyzer, memory requirement, bex analyzer, memory consumption, main memory
Related Notes :
955990 | BI in SAP NetWeaver 7.0: Incompatibilities with SAP BW 3.x |