-
Notifications
You must be signed in to change notification settings - Fork 43
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
Failure to render large figure #66
Comments
Hi @alnfedorov, this is probably related to the maximum Chromium message size issue described in #19. Does that look consistent with what you're seeing? |
Well, I think it is a good guess. However, I don't see any log/exception like the one in #19. It just hangs forever with no CPU consumption(first high usage, then kaleido workers stop to do anything). |
You might be able to get some logging info with the instructions in #36 (comment). |
Here is the log for my use-case:
It looks like the error in my case is different from the #19. |
Hi!
It looks like the chromium engine fails to load my super large(~100 Mb) plotly figure (Error code: SIGTRAP in the chromium browser UI). Link to the data is here(gdrive zip archive with an example figure in the JSON format).
Steps to reproduce:
It just hangs at the last line, no log or anything.
The plot itself should be ok because HTML version works in Firefox (but everything is very slow, of course).
I work with kaleido 0.1.0 and plotly 4.14.1, figure has ~500 subplots each with 4-5 scatter plots(200-5k points) and 4 barplots(200-5k bars per subplot, not shown by default and should not be rendered).
The text was updated successfully, but these errors were encountered: