Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

What does 'Allocated memory exceeded' error message mean?

When I tried to create a simple mini chart I got the following error message ' Allocated memory exceeded'.

Anyone know what this means?

Thanks

Greg

8 Replies
vinieme12
Champion III
Champion III

can you post your expression, I think you are missing the AGGR() function

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Anonymous
Not applicable
Author

Hadn't realised that I needed to use the AGGR function.  I'm following a training manual which suggests I should use Sum(salary) as the expression.

vinieme12
Champion III
Champion III

Well, in this case it shouldn't be necessary, can you share a sample?

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
avinashelite

What's the file size ?? have you used any calculated dimensions ??

Anonymous
Not applicable
Author

Hi

Maybe Joins problem. Check your data model

Colin-Albert
Partner - Champion
Partner - Champion

Can you send a screen-shot of your data model and the dimensions/expressions from your chart?

You may be using dimensions/expressions from tables that are not associated, so Qlik is creating a Cartesian join between them hence the out of memory error.

Peter_Cammaert
Partner - Champion III
Partner - Champion III

To answer your question: this is Qlik lingo to tell you that QV Desktop ran out of memory. See the other posts for solutions.