-
Notifications
You must be signed in to change notification settings - Fork 118
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
Core dump after huge hang on relatively small cast #66
Comments
I find that it works reliably if I always convert using |
I just ran into the same thing. Have 32 GB of RAM, but it seems like it's complaining about being out of heap memory with the error: |
Same here:
|
I noticed I was able to work around this by using OSX instead of Linux on the exact same asciinema cast. I tried changing the heap size in Linux but still ran into the same problem. |
When attempting to convert a relatively small cast demo.cast.txt, I got this:
Stack trace
Not sure what other diagnostic information I should provide, lmk.
I think I noticed someone else discussing node's memory limits, & that they can be increased, but I assume their default is a reasonable value, & my small cast really shouldn't be hitting that. My PC itself has 64GB.
The following works (taken from readme)
The text was updated successfully, but these errors were encountered: