You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app leaks memory, and fails because of it if you leave it running for long enough.
As I saw in heap dump, a problem is with allResults property of state, that is never cleaned up from old data, and seams to contain all the cars that ever existed of something like this.
Hey!
The app leaks memory, and fails because of it if you leave it running for long enough.
As I saw in heap dump, a problem is with
allResults
property of state, that is never cleaned up from old data, and seams to contain all the cars that ever existed of something like this.HTML5_Genetic_Cars/src/draw/plot-graphs.js
Line 49 in f3e9ce5
Peace :-)
The text was updated successfully, but these errors were encountered: