[PyQt] Reducing Ram Usage Tips?

Darryl Wallace darryl.wallace at prosensus.ca
Fri Mar 13 13:37:12 GMT 2009


Hello,

I've recently developed a data analysis program using PyQt.  It's not a 
huge program but it's not small either.  I've noticed that, in Windows, 
the memory usage at startup is ~80MB.  I've removed all of the 'import 
*'s that I previously had and do not load the Qt module at any location.

I am packaging the entire library in the exe using py2exe.

Just wondering if anyone else has had any success bringing down the 
memory consumption.

Thanks,
Darryl



More information about the PyQt mailing list