> > I would caution you not to draw any conclusions based on the physical > numbers. You WANT your system to be using all of its physical memory. > Unused physical memory is just wasted money. The operating system will > page things in and out as needed, on a demand basis, to make sure that > pages you are really USING stay in memory. The other pages will be used > by DLLs, other processes, and disk caching. Also remember that, if the > page file gets low, the system will allocate more. > > -- > Tim Roberts, [email protected] > Providenza & Boekelheide, Inc.
Thanks for your help. g. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
