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

ZipPackage still use much Jvm Heap #237

Open
danmaidesenling opened this issue Jun 24, 2021 · 0 comments
Open

ZipPackage still use much Jvm Heap #237

danmaidesenling opened this issue Jun 24, 2021 · 0 comments

Comments

@danmaidesenling
Copy link

danmaidesenling commented Jun 24, 2021

Hi,
My test case is a xlsx file which has 1,000,000 rows and 97M. I use below code to parse it.
return StreamingReader.builder() .rowCacheSize(50) .bufferSize(1024) .open(file); (currenct version is 2.1.0)
and the highest memory footprint is 387M, I analyse it using Jprofiler. It shows the ZipPackage object is the major key.
Is there anyway to avoid this or will enhance this next release ? (currenct version is 2.1.0),
Thanks in advance for your response

zippackage

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