Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have create a Table Box with around 12-15 Columns, i am getting out of memory when record is exceeding even 15000 records, even i have sufficient RAM left un-utilized.
That sounds very strange. What is the size of the .qvw file? Are there any other charts or other objects that contain expressions that require a lot of ram to be calculated and rendered? Open the Objects tab of the properties window of the sheet and look at the Memory column to see how much ram each object required to be rendered.
the QVW file is just 61 MB and have 16 GB of RAM, is this due to we have used Straight table
The Straight table is taking 68000 calc time, and it is just a straight table nothing else, so there is no complex set analysis etc
What does your data model look like? Any unlinked tables, with fields that aren't properly named?
User Ctrl-T to check your data model...
Out of Memory in the object does not mean that you completely ran out of physical computer memory. Rather the projected memory usage is too high. Basically it means that we need to examine calculation / formula / aggregation in the object, or data model all together. I would assume that your table box contains fields from different tables and the combination of columns triggers the issue.
Narrow down the issue to fewer columns and then examine the relationship for those in data model.
The Straight table is taking 68000 calc time
That sounds way to high. Check the expressions in the straight table and make sure you're not using fields from different tables in the datamodel if those tables are not linked to each other.