Skip to content
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

who detects memory leaks in the memory leak detector? #33

Open
steveszc opened this issue Feb 15, 2021 · 1 comment
Open

who detects memory leaks in the memory leak detector? #33

steveszc opened this issue Feb 15, 2021 · 1 comment

Comments

@steveszc
Copy link
Owner

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

@runspired
Copy link

chrome does not delete snapshots on reload, so either this would need to remove them or someone has to manually clear them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants