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
After upgrading from nodejs v10.14.0, I start my small program using node . and the memory usage rises from >400MB until the ram is at 100% which is where I am greeted with
terminate called after throwing an instance of 'std::bad_alloc'
what(): std::bad_alloc
Aborted (core dumped)
which did not happen until I upgraded to node v10.14.1 which happens within 10 seconds of starting the script.
The text was updated successfully, but these errors were encountered:
Node v10.14.1
Linux ubuntu 4.15.0-29-generic Updates README with IRC channel for #io.js #31-Ubuntu SMP Tue Jul 17 15:39:52 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
After upgrading from nodejs v10.14.0, I start my small program using
node .
and the memory usage rises from >400MB until the ram is at 100% which is where I am greeted withwhich did not happen until I upgraded to node v10.14.1 which happens within 10 seconds of starting the script.
The text was updated successfully, but these errors were encountered: