I am trying to fix memory leaks in our application built on AngularJS. I see references to some objects i don't expect in memory from cacheDefault.
I see in angular.js there are values added to Maps but never deleted. In our application we have explicit use of $parse which i think also adds to this. Interesting observation removing the line that sets values in the map, the heap size seems to be going up at a higher rate. Explanation to that would also be helpful. -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
