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
I've noticed while attempting to fix memory leaks with ember test --server after many many test runs the node process will eventually run out of memory and crash. We must be hanging on to the parsed heap snapshots after every test run. The node process is dying with the following error: v8::internal::V8::FatalProcessOutOfMemory
The text was updated successfully, but these errors were encountered:
How ironic... 😭
I've noticed while attempting to fix memory leaks with
ember test --server
after many many test runs the node process will eventually run out of memory and crash. We must be hanging on to the parsed heap snapshots after every test run. The node process is dying with the following error:v8::internal::V8::FatalProcessOutOfMemory
The text was updated successfully, but these errors were encountered: