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

opening xlsx consuming a lot of memory #2

Open
shawnye opened this issue Jan 21, 2015 · 0 comments
Open

opening xlsx consuming a lot of memory #2

shawnye opened this issue Jan 21, 2015 · 0 comments

Comments

@shawnye
Copy link

shawnye commented Jan 21, 2015

Maybe it is not an issue

when testing, I open xlsx with 11.2MB (dimension: 30000x60), it goes to consume more than 1.2G and continue to go up, at that time ,my computer freezed,
I found the biggest consumer is lom.parse('xl/worksheets/sheet1.xml') and xmlize.xml_depth() in luaize().
It seems that parsing the whole xml at first make that problem .

While I just want to read the xlsx and store into database , could you give an example for faster and memory-conserved xlsx reader , thank you!

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

1 participant