-
Notifications
You must be signed in to change notification settings - Fork 13
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
Error: crash of subprocess when clicking "Visualization" on a large request #72
Comments
👋 @corentinbettiol welcome and thanks for the report(s)! As you've discovered, kolo isn't quite yet capable of handling very large traces (more than 10k frames). Definitely something we hope to support in the future, but yeah we're not there yet. For now, all I can recommend is to reduce the size of the trace kolo captures using the |
Hi, thanks for the explanation :) Could you specify somewhere that kolo can't handle large traces? I tried it specifically because this page is so big that I can't really understand what's going on, and I hoped kolo could help me see what was slow and where. |
@wilhelmklopp I tried to open the raw trace and was greeted by this error:
Same error for open tree structure json. Compact tree structure succeeded to open, and it was only 114k lines long :) A click on visualization took up to 5-6Gb ram, then when the gray window appeared it released it all. I tried some other pages on this website, they worked pretty well: But there were some problems when hovering the dots (the popup did not appear, I had to find the request in the flamegraph and hover this one instead). |
Here's a screenshot of the request I'm trying to analyze:
When I click on "Visualize", nothing happens for a long time. The same thing happens when I click the "Frames (76924)" button: my cpu start burning and after one or two minutes an empty grey window appears:
Waited like 10 mins for something to happen, but there was nothing.
The text was updated successfully, but these errors were encountered: