> > There's something special you've done with powerpro, I have never seen > any program run in as small a memory space as powerpro...
It does as window winmemory -1 -1 on itself after each command. (Windows API SetProcessWorkingSetSize). You might think this might cause thrashing for scripts, but is does not seem to. I suspect windows virtual memory manager takes above as hint only. It's also not clear to me what memory size in task manager, eg, really represents once the above is done. If I turn this off, and do some things like menu folder on big folders, PowerPro grows to 10-15 meg.
