8
dayo
7y

I'm trying to investigate why chrome keeps crashing after i implemented web sockets to a web app.

I used windows perfmon to see the memory usage over night.

The usage between 17:30 and 01:50 is expected behaviour as this part of the app is a live data graph of the last 48 hours.

Now i have to find out why the app doubles in memory twice in a hour.

Comments
  • 0
    Replan. Rewrite. Faster than any debugging method as long as it refers to multithreading
  • 0
    clear old data and leave pointers that plot the points on graph if zooming in is not required

    i.e if you have 0 to 100 you can have 0 20 40 80 100
Add Comment