After reading that in Python 2.5 some big memory leaks are fixed, I just switched a Django site from Python 2.4 to Python 2.5.
I wasn't disappointed – the combined memory usage of my Apache processes (which are using mod_python) went from 100 Mb to 60 Mb. So, for anyone else wanting to conserve memory, this is the first thing I'd suggest!