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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
carlos13
Creator
Creator

Memory error

i am getting following error.

OUT OF VIRTUAL AND/OR LOGICAL MEMORY, allocating 2 mb

I'm working with these files, I could help find a solution.

thanks

12 Replies
srchagas
Creator III
Creator III

I think se say something like u do more qvd's files for this date and in load use: from [File_*.qvd](qvd)

carlos13
Creator
Creator
Author

Is the table "Riesgos_tmp" I do not have any date

carlos13
Creator
Creator
Author

What happens is that the problem occurs in the load, have been found in the part of:

       FOR i = 1 to FieldValueCount('Tablename')
LET vTable = FieldValue('Tablename', $(i));
LEFT JOIN (Riesgos_tmp) LOAD * RESIDENT $(vTable);
DROP TABLE $(vTable);
NEXT i

In the end it not ends and the message

1.png

1.png