Remember partitions are the devil, with aids.
You are boldly throwing your ignorance out to all who have internet access, champ.
I'm most interested to hear what you have to back this up. Don't keep us in suspense!
Remember partitions are the devil, with aids.
Worst scenario, you run the risk of running out of memory. Alternatively, you may find that some memory-resident data may need to be dropped if additional memory is needed and not available (if no pagefile exists). If this data is needed, it will need to be reread from the hdd.
Worst scenario, you run the risk of running out of memory. Alternatively, you may find that some memory-resident data may need to be dropped if additional memory is needed and not available (if no pagefile exists). If this data is needed, it will need to be reread from the hdd.
Worst scenario, you run the risk of running out of memory. Alternatively, you may find that some memory-resident data may need to be dropped if additional memory is needed and not available (if no pagefile exists). If this data is needed, it will need to be reread from the hdd.
Firstly www.nliteos.com
Secondly NEVER EVER EVER EVER EVER EVER EVER partition a drive. It is a dumb ass idea, if you have more than 1 hdd there is no need EVER. unless you have software that you absolutely CANNOT lose you will NEVER need a partition. And I am willing to bet that you only have about 1 gig of critical data.
E6600
2 gigs
7900GTX
1.raptor 74g (2 particions first for windows,second for games)
2.hard 80g (2 particions only storage)
What do I have to do with my page file for best performance???
Thanks!!!
This is not true. XP also will NOT remove a dll, process, or file mapping from memory either (unless it runs out of ram). The only difference is its balance set manager is more aggressive in trimming inactive processes' working sets (after all when XP was designed memory sizes were considerably smaller than today). However, the process memory will be moved to the standby list in ram and can be soft-faulted back to the process with no disk IO. Process explorer is simply showing you its current working set which is in no way indicative of the total amount of code or data a process has in memory, and is simply as measure of how much of this is mapped and immediately available without generating a soft-fault (CPU only).Also there're maybe differences between Vista and XP in handling memory: Vista will always keep all the code of loaded dynamic link libraries of running processes in memory and XP will always try to freed unused one out as fast as possible. This is why if you have a minimized program and doing defrag or some memory intensive program when going to lunch or a break for example the minimized program will be much more responsive when you come back with vista (not some magics by superfetch that MS brag). This is from looking at how memory works with Process Explorer not so sure but when I have the time will dig deeper.