Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trumb1mj committed Dec 31, 2015
1 parent 83ae335 commit c8bcef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ember-data-growing-recordarrays

When using the .query() method I'm seeing the _internalModel._recordArrays.list array grow on each call. Using the _internalModel._recordArrays.clear() will empty out that array but even when you do that, the heap still grows.
When using the Ember.store.query() method I'm seeing the _internalModel._recordArrays.list array grow on each call. Using the _internalModel._recordArrays.clear() will empty out that array but even when you do that, the heap still grows.

This project demos this behavior.

Expand Down

0 comments on commit c8bcef5

Please sign in to comment.