Closed
Description
Version
1.0.0-beta.26
Steps to reproduce
- Run a large test suite
- I cannot provide a minimal reproduction because any minimal reproduction would not be helpful here. I am looking for a discussion. to see if others see this as well as to possible solutions.
What is expected?
Vue components are garbage collected
What is actually happening?
80% of VueComponent
instances are retained in memory; even after calling wrapper.destroy
after each instance. Heap size continues to grow and grow over time. Garbage collection occurs (either automatically or by force), but only a minimal amount is removed from memory.