https://github.com/simonihmig/ember-memleak
https://github.com/simonihmig/ember-memleak
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonihmig/ember-memleak
- Owner: simonihmig
- Created: 2018-02-22T20:53:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T20:53:37.000Z (over 7 years ago)
- Last Synced: 2025-03-29T02:08:25.660Z (3 months ago)
- Language: JavaScript
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ember-memleak
Reproduction for a potential memory leak in Ember 3.0 (and 3.1 beta).
Steps to reproduce:
* run the 'Memory leak' acceptance test
* create a heap snapshot in Chrome
* search for a `Container` instance (which should have been GCed after finishing the test)