Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - 4Gig: (2 Items)
   
4Gig  
Is there a performance penalty in using more then 4Gig of ram on x86?
Re: 4Gig  
On Wed, Jul 23, 2008 at 11:48:54AM -0400, Mario Charest wrote:
> 
> Is there a performance penalty in using more then 4Gig of ram on x86?

Indirectly. The page table entries go from 32 bits to 64 bits in size,
so the virtual => physical translations that the MMU hardware does will
cause more memory traffic, plus they'll take up more space in the data
cache, possibly throwing out other items that would have gotten cache
hits before.

	Brian

-- 
Brian Stecher (bstecher@qnx.com)        QNX Software Systems
phone: +1 (613) 591-0931 (voice)        175 Terence Matthews Cr.
       +1 (613) 591-3579 (fax)          Kanata, Ontario, Canada K2M 1W8