-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Comments
any chance you've solved this? |
@GeorgeAnanthSoosai What operation are you trying to perform? |
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 ( 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... |
@Aymkdn @GeorgeAnanthSoosai |
@Siemienik here you go: https://github.com/Aymkdn/exceljs-issue-412 Very simple repo/code. |
I've created a PR that I think solves this issue: #2132 |
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 ?
The text was updated successfully, but these errors were encountered: