Forum Discussion
Power BI Paginated Report Builder Dataset run error -- 'System.OutofMemoryException'
Given the fact that this is the Power BI Report Server (PBIRS) forum I will assume you plan to push the report to PBIRS.
- I have had the same issue with Report Builder. It is a 32 bit application and therefore is limited to the VAS memory space (limit 2GB). If your workstation has a lot of applications open then it is possible for Report Builder to run out of addressable RAM. Restart you workstation and only run Report Builder to see if the issue re-occurs.
- Another approach would be to upload the full report (all 17 fields) to PBIRS and see how the 64 bit reporting services engine behaves.
- paulboolos6 years agoRegular Visitor
Same issue happening with me; seems Report Builder gives the out of memoery when it reaches 1200MB of memory use.
If I filter my data to a smaller set, the report runs fine.
Is there a 64 bit version of Report Builder?Updating this post with some new findings; I noticed that if I decrease the number of parameters on the report from 8 to 2, I am able to bring in more data before I get the out of memory issue. So with 8 parameters it couldn't return 175k rows, but with 2 parameters it returned a little over 175k rows. These parameters are simple == nothing complicated.
Thank you,- bradsy6 years agoMicrosoft Employee
Hi paulboolos,
There is no plan for a 64 bit version at this time. The processing of data is fairly memory intensive. If you can off load some of the processing to the data source, like pre-aggregating data, that would help.