Skip to content
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

High Memory Usage Issue #350

Open
aleql opened this issue Nov 8, 2019 · 4 comments
Open

High Memory Usage Issue #350

aleql opened this issue Nov 8, 2019 · 4 comments

Comments

@aleql
Copy link

aleql commented Nov 8, 2019

My issue is that i need to generate an Excel file of around 230000 rows, which with the gem Axlsx consumed a large amount of memory, roughly 4 GB. I tried to change my app to use RubyXL Version 3.4.6 expecting to improve memory performance but it remained almost the same.
Am I using the a wrong version or this high memory usage is an expected performance?
Thanks in advance

@Nerian
Copy link

Nerian commented Dec 29, 2019

I have the same issue. Did you find out a way to decrease memory consumption?

@remi-wakeo
Copy link

Same here, for about 4000 rows. Is there a workaround by batch writing rows?

@laptopmutia
Copy link

consider to use this guys https://github.com/Paxa/fast_excel
its backend using C so it should be fast

@Michoels
Copy link

Note that fast_excel is a write-only library.
Reading is not supported :(

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

No branches or pull requests

5 participants