search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Deadly Memory Leak Problem

Asked by Osman Yıldırım
9 years ago.

I have 5 resource and 48 events. I refresh my event every 5 seconds via websocket. When my page start , memory is 50 MB after 5 min. After half hour memory is 1 GB.

1-)How Am I gonna solve that memory leak problem ?
2-)How can I update events without memory leak ?
3-)How can it be possible to use %25 CPU usage in simple javascript application ?

Comment posted by Viktor Eriksson
9 years ago.

Is this IE or other ?
From my experience IE doesnt free up memory until it needs it, then it frees up a chunk.
Chrome has a better garbage collector. Try it there and see if it looks better.

Comment posted by Osman Yıldırım
9 years ago.

My Problem is in Chrome and others. I am gonna be crazy with this. What is day pilot doing in background ?

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.