I am trying to create an application that shows the online trains in picturebox
picturebox
So to implement this i create a worker thread
worker thread
Dispose bitmaps which you no longer need. They consume huge amounts of unmanaged memory. The GC is not aware of unmanaged memory and cannot trigger a collection based on unreachable unmanaged memory.