Hello
We recently moved our winform application from standard forms to telerik forms. The application is a tray application, and before moving we used to us about 6MB of memory at startup. This stayed pretty stable.
Since moving, I noticed we are now using 70MB of memory. Because this is a tray app, it could be oped hundreds of times on a single server from different users.
I was trying to figure out what is using the memory, and created a blank winforms form app, and a blank winforms using telerik. I notice a huge immediate difference. The winforms app uses 2MB, the telerik app uses 20MB.
Does anyone have any advise how I can reduced the amount of memory being used in a telerik winforms app?
Many thanks