beggerking
Golden Member
- Jan 15, 2006
 
- 1,703
 
- 0
 
- 0
 
Originally posted by: Matthias99
Originally posted by: beggerking
umm... what you said has nothing to do with what he said... oh well..
Other than that he was agreeing with me and you're still trying to say something else (though what, I'm not quite sure).
and performance is impacted....
Not really. If it's in physical RAM, it's there because the space isn't needed by anything else right now. In this case, there would be no performance difference whether or not you had it running.
If the pages for CCC have been forced out to the swapfile, then whatever forced them out is now using that space in physical RAM. In that case, you'll have a performance penalty the next time you go to access CCC, but your other applications won't be affected by it having allocated space in memory. There would be a small performance hit while the data is being paged out, but that's pretty minor, and a one-time occurence unless you keep accessing CCC all the time.
Performance hit comes in when you try to page-back-in data from swapfile to physical memory, and that is because accessing harddrive is so slow compare to accessing physical memory.
once you page-in CCC, most likely(by the size of it) it will pretty much fill up most of your physical memory. so as soon as you are done with CCC and use another program, your system will have to
1. page out CCC
2. page backin the other program
both require seeking/reading/writing harddrive, hence the performance hit.
less page-in/page-out, the faster your system would be. CCC being such a large program in memory, its going to slow down your system performance everytime you access it.
xtknight only commented on using virtual memory allocation table on physical memory and I agree with him, since when no swap file is allocated, the allocation table points to physical memory hence is what I said that physical memory is being search first before allocation table.
Lets ask xtknight to see what he's take on performance..
and I don't see how xtknight's comment is anything relate to what you said.....
				
		
			