Skip to content

Out of Heap Memory #412

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
GeorgeAnanthSoosai opened this issue Sep 25, 2017 · 6 comments
Open

Out of Heap Memory #412

GeorgeAnanthSoosai opened this issue Sep 25, 2017 · 6 comments

Comments

@GeorgeAnanthSoosai
Copy link

Hi,

I'm running into issue that, when the data i huge it uses all RAM memory and end up with "Heap out of memory" issues. (Actual file size is 14MB but it use 2GB RAM) -- it works only when increase the heapsize to 8G.. Please advise

Can you please advise me if any fix for this any luck ?

@mfahmirukman
Copy link

any chance you've solved this?

@vishnu-kyatannawar
Copy link
Contributor

@GeorgeAnanthSoosai What operation are you trying to perform?

@Aymkdn
Copy link

Aymkdn commented Feb 4, 2019

I have the same issue. My file has almost 1 million rows (file size is 40MB).

It's the read operation on the file that fails ( workbook.xlsx.readFile("Audit_Log.xlsx"))...

I'm not sure how to make it work.

Edit : my solution is to save my file in CSV and then use PapaParse library to read it...

@Siemienik
Copy link
Member

@Aymkdn @GeorgeAnanthSoosai
If you could, any example code will be useful to reproduce this issue.

@Aymkdn
Copy link

Aymkdn commented Feb 20, 2019

@Siemienik here you go: https://github.com/Aymkdn/exceljs-issue-412

Very simple repo/code.

@hofnarwillie
Copy link
Contributor

I've created a PR that I think solves this issue: #2132

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants