I have an app which spends most of the time as an icon in the system tray with the form hidden. A timer control runs constantly with a one second interval and when a certain time period has elapsed the app does something.

It's currently using nearly 7.5 MB of memory while just waiting which seems rather a lot.
How can I reduce the figure?

Thanks