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

Metabase throws an OOMs on Excel export of complete data dump #9

Closed
vinayvenu opened this issue Jun 21, 2019 · 0 comments
Closed

Metabase throws an OOMs on Excel export of complete data dump #9

vinayvenu opened this issue Jun 21, 2019 · 0 comments
Labels

Comments

@vinayvenu
Copy link
Member

This issue happens because of the excel library used by Metabase does not use a streaming API while writing an Excel file. 

To get this working you will have to fix the issue on the docjure library

Fix issue on docjure (mjul/docjure#47)
Send PR to Docjure
Ask Docjure to do a release after incorporating the fix.
Update Docjure version used by Metabase and make necessary changes to use the Streaming API of docjure which you added.
Send PR to Metabase ((metabase/metabase#5187))
Once Metabase incorporates the changes and releases update the metabase version on reporting-openchs

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

No branches or pull requests

1 participant