VirtualBox

Changeset 15506 in vbox for trunk


Ignore:
Timestamp:
Dec 15, 2008 2:44:30 PM (16 years ago)
Author:
vboxsync
Message:

#3202: Reduced the heap size.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/MMHyper.cpp

    r15174 r15506  
    7878    int rc = CFGMR3QueryU32(CFGMR3GetChild(CFGMR3GetRoot(pVM), "MM"), "cbHyperHeap", &cbHyperHeap);
    7979    if (rc == VERR_CFGM_NO_PARENT || rc == VERR_CFGM_VALUE_NOT_FOUND)
    80         cbHyperHeap = 1280*_1K;
     80        cbHyperHeap = VMMIsHwVirtExtForced(pVM)
     81                    ? 384*_1K
     82                    : 1280*_1K;
    8183    else if (RT_FAILURE(rc))
    8284    {
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