VirtualBox

Changeset 26413 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Feb 10, 2010 3:21:55 PM (15 years ago)
Author:
vboxsync
Message:

Bounding mode off by default for win64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/GMMR0.cpp

    r26412 r26413  
    664664# ifdef RT_OS_WINDOWS
    665665        pGMM->fLegacyAllocationMode = false;
     666#  if ARCH_BITS == 32
     667        /* Don't reuse possibly partial chunks because of the virtual address space limitation. */
     668        pGMM->fBoundMemoryMode = true;
     669#  else
     670        pGMM->fBoundMemoryMode = false;
     671#  endif
    666672# else
    667673        pGMM->fLegacyAllocationMode = true;
     674        pGMM->fBoundMemoryMode = true;
    668675# endif
    669         pGMM->fBoundMemoryMode = true;
    670676#endif
    671677
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette