13
Reply

C# thread or timer memory consumption

Ask a question
Sebastian Rosinski

Sebastian Rosinski

13 years ago
6.5k
1
I need to refresh label in my Winform application each 100 milisecond.
I used a timer control and have a problem with memory consumption.
After 20 minutes from start application, memory consumption increased by 100mb.

After replace timer by thread I have the same memory consumption effect.

It is any method to relese this memory?

Answers (13)