> One simple way of forcing Windows to use more ram and less hard drive for > paging is to set you page file size and do not allow windows to manage it's > own file size. But do keep in mind windows is designed to page data that is > not needed out of RAM into the page file. Restricting your page file could > set off a bit of thrashing.
This is a bad idea. Windows is not designed to page out data that is not needed from RAM. It is designed to allocate space in the page file for running applications regardless of the amount of ram on the system. If you start a program it will automatically allocate space in the page file equivalent TO allow the storage of that application in the page file system only incase it needs to do so. You should always have a page file that is the equivilant size of the amount of memory you have even if you dont expect windows to use the page file for actually paging an application. You should read this.... http://support.microsoft.com/default.aspx?scid=kb;en-us;555223 _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

