You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Describe the bug
I get a heap out of memory error when executing the code below, producing and saving a basic 100k-row file. It happens when calling the write method.
Describe the bug
I get a heap out of memory error when executing the code below, producing and saving a basic 100k-row file. It happens when calling the write method.
To Reproduce
https://gist.github.com/bfredo123/14a2b4f47bfcbdc83afb4748623b0fb3
Expected behavior
It should just save the file succesfully.
Environment (please complete the following information):
Additional context
I can make it work with setting max-old-space-size to 4GB, but it has to run on a 2GB machine, so this is not a good option for me.
The text was updated successfully, but these errors were encountered: