Is there any documentation that can describe how ng-view and other ng-* components handle memory allocation? I am using the 3 snapshot technique to track down some memory leaks and it is very difficult to determine if angular is keeping something in cache or it is a true memory leak.
I am running chrome with the following command line args: Chrome --user-data-dir=~/tmp/chrome-temp-profile --no-first-run --js-flags="--nocrankshaft --noopt" In theory if I load a view, take a heap snapshot, load a second view, take a heap snapshot, then load the first view again and snapshot, I should be able to see what memory has leaked and remains in snapshot 3 that was allocated between snapshot 1 and 2. However, numerous things remain and I want to be sure I understand fully what I'm looking at. Anyone? Thanks. -- You received this message because you are subscribed to the Google Groups "AngularJS" 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 http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
