-
Notifications
You must be signed in to change notification settings - Fork 254
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
json file with more size is not loading #386
Comments
What error is shown in the js console? |
Where to check js console as i was using chrome browser not sure where to check this js console, |
Press F12 and then at the top of the pane that opens click on "console". |
This is the errors, |
But same was working for short data.. if ran for more number of scans then it is throwing an error |
That is a browser limitation. It may be possible to rewrite the profile loader to avoid this limitation. I'm not familiar with the actual code of speedscope though. |
OK what is maximum size it supported now? and if want to change where I can change ? |
Depends on the browser.
According to https://stackoverflow.com/questions/35380984/increasing-stack-size-in-browsers you can do something like ulimit -c unlimited
chrome-browser --js-flags="--stack-size 2048" (ignore the You will likely need to quit chrome entirely before doing this. In addition it is not a persistent option. Even this may still not work depending on how deep speedscope recurses when loading your profile. |
Hi @vinsjr! It's difficult to help without having the file that isn't loading. If you can provide the file that isn't loading, it may be possible to debug your issue & resolve. Without the file, I'm afraid I can't do much to help. |
HI ,
If i use to load small json file then it is working but at same time if I ran 11MB file then it is giving me error as below,
Something went wrong.
Check the JS console for more details.
Could you please help me in this issues
The text was updated successfully, but these errors were encountered: