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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Memory heap error

I was getting memory heap error whenever i pull excel from input. I have resolved it somehow by changing the setting given in the attached JPG file. Now the performance is very slow. Please suggest the setting which i should have for a better performance.  Is it everywhere the xmx and xmx should be in sync?0683p000009LxDs.jpg

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

On top of that, the execution time is taking more than 45min to complete a simple job which has only InputExcel-->tLogRow

My machine is having 8GB RAM, i think this is enough but still the execution time is longer.

View solution in original post

3 Replies
Anonymous
Not applicable
Author

On top of that, the execution time is taking more than 45min to complete a simple job which has only InputExcel-->tLogRow

My machine is having 8GB RAM, i think this is enough but still the execution time is longer.

manodwhb
Champion II
Champion II

@samisyed80,yes ,you try with sync,even you might preocessing large file. memory you need to use based on size of files.

David_Beaty
Specialist
Specialist

There are many utils/java routines that allow you to extract all columns/rows from a sheet in an Excel spreadsheet into a CSV

 

You'll probably be better off doing this and then consuming the resulting CSV - especially if the Excel sheet is very large.