Hi Monks,
I'm starting to use Tk on Win32 for a small app. I start with a very lightweight timer window and I see the process is already using more than 7Mb in memory.
The specs of my app (which is more than just this timer) require less than 4Mb so I have a small problem here....
Actually, just this code:
use Tk;
sleep(10000);
uses more than 6Mb.
Is there any way to reduce this memory overhead ?
Thanks
Jerome