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
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